× Discuss on Arrangement Architecture (AA), AA Core, Lending, Deposits, Accounts, Proxy services, Internet Services, etc…

AA Frequency

  • MIKALE
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 1 month ago #11105 by MIKALE
AA Frequency was created by MIKALE
Hi All, in AA Module, if you have a loan which has the repayment frequency as e0Y e1M e0W o5D e0F (monthly payment on day 5), which table stores\builds the definition of the frequency in browser....

i have extracted the frequency but need to interprate it...


Thanks

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 1 month ago #11108 by jpb
Replied by jpb on topic Re: AA Frequency
I know this format is used in STANDING.ORDER, the field definition for SYS.VAL.PROG is IN2FQU&&&RDDDD DD DD #####&&EXTENDED,DATE

The key is EXTENDED,DATE, this is triggering the new popup to set frequency in Browser.
The internal storage remains the same, also input as usual is accepted (needed with DeskTop).

When you manipulate T(xxx)<6> to be blank you get rid of the new feature.

Please Log in or Create an account to join the conversation.

  • MIKALE
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 1 month ago #11122 by MIKALE
Replied by MIKALE on topic Re: AA Frequency
Thanks jpb.

What you are saying is its the IN2 routine which interprates the frequency, please correct me if i am wrong. To make things more clear view the payment frequency below, in bold is the interpration that i am talking about.

12. 1 PAYMENT.FREQ... e0Y e1M e0W o5D e0F Monthly on day 5


I have checked the standard selection record for AA.ARR.PAYMENT.SCHEDULE and the field definition for SYS.VAL.PROG is IN2FQU&&&&&EXTENDED for the field PAYMENT.FREQ

1.11 SYS.FIELD.NAME. PAYMENT.FREQ
2.11 SYS.TYPE....... D
3.11. 1 SYS.FIELD.NO 12
4.11. 1 SYS.VAL.PROG IN2FQU&&&&&EXTENDED


Regards

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 1 month ago #11130 by jpb
Replied by jpb on topic Re: AA Frequency
Yes I think the enrichment is done by IN2FQU.

The java script for the browser-popup you'll find under
webapps\BrowserWeb\scripts\frequency.js

Please Log in or Create an account to join the conversation.

  • johnperez
  • Visitor
  • Visitor
12 years 1 month ago #11132 by johnperez
Replied by johnperez on topic Re: AA Frequency
I agree, the enrichment seems to be hard coded on IN2FQU ... I think you must play with browser interface for finding out the logic behind ...

Otherwise, I think, you may ask Temenos Client Support ...

By the way, once you get it, please don't forget to share it ... thanks in advance

Please Log in or Create an account to join the conversation.

  • MIKALE
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 1 month ago #11143 by MIKALE
Replied by MIKALE on topic Re: AA Frequency
Thanks guys, and yes once i get it i will share it

Kind Regards

Mike

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 1 month ago #11152 by jpb
Replied by jpb on topic Re: AA Frequency
Try

PROGRAM FRQ.TEST
$INSERT I_COMMON
$INSERT I_EQUATE

date = "20120413"
freq = "e0Y e0M 01W e0D e0F"
CALL EB.BUILD.RECURRENCE.MASK(freq,date,MASKED.DISPLAY)
PRINT MASKED.DISPLAY
STOP
END

Please Log in or Create an account to join the conversation.

  • MIKALE
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 1 month ago #11159 by MIKALE
Replied by MIKALE on topic Re: AA Frequency
jpb, thanx alot, it worked!

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 1 month ago - 12 years 1 month ago #11160 by jpb
Replied by jpb on topic Re: AA Frequency
:-)
Attachments:
Last edit: 12 years 1 month ago by jpb.
The following user(s) said Thank You: armin

Please Log in or Create an account to join the conversation.

  • siva190684@gmail.com
  • Offline
  • New Member
  • New Member
More
9 years 10 months ago #16141 by siva190684@gmail.com
Replied by siva190684@gmail.com on topic AA Frequency
try in AA.PRD.DES.PAYMENT.SCHEDULE. Any doubt Contact me on - This email address is being protected from spambots. You need JavaScript enabled to view it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.153 seconds