-
Method Summary
A unique identifier for the client application
Interest amount (specified in the provided Currency) calculated from the interest rate and principal amount.
Interest margin on the given InterestRate.
Interest rate on the given PrincipalAmount.
default int
Composite amount between principal amount and interest amount.
The unique ID of the quote the client wants to trade on.
This could be DEPOSIT, LOAN, CALL-DEPOSIT, TERM-DEPOSIT, FLEXI-NOTICE-DEPOSIT, TREASURY-BILL or GOVERNMENT-BOND.
-
Method Details
-
getQuoteID
The unique ID of the quote the client wants to trade on.
-
getTradingType
default String getTradingType()
This could be DEPOSIT, LOAN, CALL-DEPOSIT, TERM-DEPOSIT, FLEXI-NOTICE-DEPOSIT, TREASURY-BILL or GOVERNMENT-BOND.
-
getInterestRate
default String getInterestRate()
Interest rate on the given PrincipalAmount.
-
getInterestMargin
default String getInterestMargin()
Interest margin on the given InterestRate.
-
getInterestAmount
default String getInterestAmount()
Interest amount (specified in the provided Currency) calculated from the interest rate and principal amount.
-
getPrincipalPlusInterest
default String getPrincipalPlusInterest()
Composite amount between principal amount and interest amount.
-
getAppID
A unique identifier for the client application
-
getULegById
- Returns:
- Get the U leg for the given id
-
getULegById
- Returns:
- Get the U leg for the given id
-
getULegByIndex
- Returns:
- Get the U leg for the given index
-
getULegs
- Returns:
- Get all the U legs for this trade
-
getNumULegs
default int getNumULegs()
- Returns:
- Get the number of U legs for this trade