Interface MMCapitalIncreasedSummaryClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
MMCapitalIncreasedSummaryClientFieldSetChild
public interface MMCapitalIncreasedSummaryClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getCurrency()
default java.lang.String
getIncreasedAmount()
The increased principal amount for the trade in capital increase.default java.lang.String
getMaturityDate()
In ISO-8601 format, i.e.default java.lang.String
getOriginalAmount()
The original principal amount for the trade in capital increase.default java.lang.String
getPrincipalAmount()
Principal amount for the trade specified in the provided Currency.default java.lang.String
getStartDate()
In ISO-8601 format, i.e.default java.lang.String
getTradeID()
The unique id identifying the MMRFS trade to be increased.default java.lang.String
getTradingType()
This could be DEPOSIT, LOAN, CALL-DEPOSIT, TERM-DEPOSIT, FLEXI-NOTICE-DEPOSIT, TREASURY-BILL or GOVERNMENT-BOND.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getOriginalAmount
default java.lang.String getOriginalAmount()
The original principal amount for the trade in capital increase.
-
getIncreasedAmount
default java.lang.String getIncreasedAmount()
The increased principal amount for the trade in capital increase.
-
getPrincipalAmount
default java.lang.String getPrincipalAmount()
Principal amount for the trade specified in the provided Currency.
-
getCurrency
default java.lang.String getCurrency()
-
getStartDate
default java.lang.String getStartDate()
In ISO-8601 format, i.e. YYYY-MM-DD
-
getMaturityDate
default java.lang.String getMaturityDate()
In ISO-8601 format, i.e. YYYY-MM-DD
-
getTradeID
default java.lang.String getTradeID()
The unique id identifying the MMRFS trade to be increased.
-
getTradingType
default java.lang.String getTradingType()
This could be DEPOSIT, LOAN, CALL-DEPOSIT, TERM-DEPOSIT, FLEXI-NOTICE-DEPOSIT, TREASURY-BILL or GOVERNMENT-BOND.
-
-