Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the interest amount per day for a given amount.
Syntax
client server public static FinInterestAmount_BR interestAmountPerDay(CustVendInterest_BR _interestSetup, AmountMST _amount)
Run On
Called
Parameters
- _interestSetup
Type: CustVendInterest_BR Map
CustVendInterest_BR map to retrieve the interest parameters.
- _amount
Type: AmountMST Extended Data Type
The amount from which to calculate the interest.
Return Value
Type: FinInterestAmount_BR Extended Data Type
Interest amount per day.
Remarks
Grace days are not taken into account, since the total interest period is unknown. Thus the total interest amount may not be exactly the amount returned by this method times the number of days.