Class FutureValueAmount.FutureValueAmountImpl

java.lang.Object
cdm.product.asset.FutureValueAmount.FutureValueAmountImpl
All Implemented Interfaces:
FutureValueAmount, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
FutureValueAmount

public static class FutureValueAmount.FutureValueAmountImpl extends Object implements FutureValueAmount
Immutable Implementation of FutureValueAmount
  • Constructor Details

  • Method Details

    • getQuantity

      @RosettaAttribute("quantity") @RuneAttribute("quantity") @RuneScopedAttributeReference public ReferenceWithMetaNonNegativeQuantitySchedule getQuantity()
      Description copied from interface: FutureValueAmount
      Getter Methods
      Specified by:
      getQuantity in interface FutureValueAmount
    • getCurrency

      @RosettaAttribute(value="currency", isRequired=true) @RuneAttribute(value="currency", isRequired=true) public FieldWithMetaString getCurrency()
      Description copied from interface: FutureValueAmount
      The currency in which the an amount is denominated. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.
      Specified by:
      getCurrency in interface FutureValueAmount
    • getCalculationPeriodNumberOfDays

      @RosettaAttribute(value="calculationPeriodNumberOfDays", isRequired=true) @RuneAttribute(value="calculationPeriodNumberOfDays", isRequired=true) public Integer getCalculationPeriodNumberOfDays()
      Description copied from interface: FutureValueAmount
      The number of days from the adjusted calculation period start date to the adjusted value date, calculated in accordance with the applicable day count fraction.
      Specified by:
      getCalculationPeriodNumberOfDays in interface FutureValueAmount
    • getValueDate

      @RosettaAttribute(value="valueDate", isRequired=true) @RuneAttribute(value="valueDate", isRequired=true) public com.rosetta.model.lib.records.Date getValueDate()
      Description copied from interface: FutureValueAmount
      Adjusted value date of the future value amount.
      Specified by:
      getValueDate in interface FutureValueAmount
    • build

      public FutureValueAmount build()
      Description copied from interface: FutureValueAmount
      Build Methods
      Specified by:
      build in interface FutureValueAmount
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface FutureValueAmount
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • setBuilderFields

      protected void setBuilderFields(FutureValueAmount.FutureValueAmountBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object