Hi all,
Also We can try routine EB.INTEREST.CALC to calculate interest based on interest basis:
CALL EB.INTEREST.CALC(START.DATE,END.DATE,INTEREST.RATE,AMOUNT,ACTUAL.INT.AMOUNT,ACCR.DAYS,
BASIS,
CURRENCY,
INTEREST.AMOUNT,
ROUND.TYPE,
CUSTOMER)
For example Incoming parameters:
CUSTOMER =''
START.DATE ="20070430"
END.DATE ="20070531"
INTEREST.RATE ="2"
AMOUNT ="100000.00"
ACTUAL.INT.AMOUNT=''
BASIS ='A'
CURRENCY ='USD'
Outgoing parameters:
INTEREST.AMOUNT
ROUND.TYPE
Regards
Sam
发件人: jB...@googlegroups.com [mailto:jB...@googlegroups.com] 代表 Santosh
发送时间: Tuesday, April 21, 2009 11:40 PM
收件人: jB...@googlegroups.com
主题: Re: [T24] : Built-In routine for Interest Calcualtion
Disclaimer: If you have received this e-mail in error please notify the sender. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of TEMENOS. We recommend that you check this e-mail and any attachments against viruses. TEMENOS accepts no liability for any damage caused by any malicious code or virus transmitted by this e-mail.
Remember to use UTF-8 encoding in your emails and not GB2312 etc - not
the crime of the century by any means but some people will not be able
to read your posts otherwise.
Jim