Package org.isda.cdm

Class ActualPrice


  • @RosettaClass
    @RosettaSynonym(value="ActualPrice",
                    source="FpML_5_10")
    public class ActualPrice
    extends com.rosetta.model.lib.RosettaModelObject
    Version:
    2.5.4
    • Method Detail

      • getAmount

        @RosettaSynonym(value="amount",
                        source="FpML_5_10")
        public final java.math.BigDecimal getAmount()
      • getCurrency

        @RosettaSynonym(value="currency",
                        source="FpML_5_10")
        public final FieldWithMetaString getCurrency()
        Specifies the currency associated with the net price. This element is not present if the price is expressed in percentage terms (as specified through the priceExpression element).
      • getPriceExpression

        @RosettaSynonym(value="priceExpression",
                        source="FpML_5_10")
        public final PriceExpressionEnum getPriceExpression()
        Specifies whether the price is expressed in absolute or relative terms.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends ActualPrice> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object