Interface MMPostTradeDetailsUpdateClientFieldSet
- All Superinterfaces:
LeggedMessage,Message
- All Known Implementing Classes:
MMPostTradeDetailsUpdateClientFieldSetChild
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe account used for the trade.default StringThe currency in which the trade is made.default StringInterest rate on the given PrincipalAmount.default StringThe DPS of the given InterestRatedefault StringIndicates whether the trade is a Sharia tradedefault StringIn ISO-8601 format, i.e.default StringThe notice period description for the trade, sent as the raw display value or a translation token.default StringThe remaining amount on the trade specified in the provided Currency.default StringIn ISO-8601 format, i.e.default StringThis could be TERM-DEPOSIT.Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
Method Details
-
getInterestRate
Interest rate on the given PrincipalAmount. -
getInterestRateDPS
The DPS of the given InterestRate -
getNoticePeriodDescription
The notice period description for the trade, sent as the raw display value or a translation token. -
getTradingType
This could be TERM-DEPOSIT. -
getStartDate
In ISO-8601 format, i.e. YYYY-MM-DD -
getMaturityDate
In ISO-8601 format, i.e. YYYY-MM-DD -
getRemainingAmount
The remaining amount on the trade specified in the provided Currency. -
getCurrency
The currency in which the trade is made. -
getIsShariaTrade
Indicates whether the trade is a Sharia trade -
getAccount
The account used for the trade.
-