Interface MMCapitalIncreasedSummaryClientFieldSet

    • 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 getTradingType()
      This could be DEPOSIT, LOAN, CALL-DEPOSIT, TERM-DEPOSIT, FLEXI-NOTICE-DEPOSIT, TREASURY-BILL or GOVERNMENT-BOND.
    • 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
      • getTradingType

        default java.lang.String getTradingType()
        This could be DEPOSIT, LOAN, CALL-DEPOSIT, TERM-DEPOSIT, FLEXI-NOTICE-DEPOSIT, TREASURY-BILL or GOVERNMENT-BOND.