Package org.isda.cdm
Class PaymentDiscounting
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PaymentDiscounting
-
@RosettaClass public class PaymentDiscounting extends com.rosetta.model.lib.RosettaModelObject
This class corresponds to the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PaymentDiscounting.PaymentDiscountingBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentDiscounting.PaymentDiscountingBuilder
builder()
boolean
equals(java.lang.Object o)
java.math.BigDecimal
getDiscountFactor()
The value representing the discount factor used to calculate the present value of the cash flow.Money
getPresentValueAmount()
The amount representing the present value of the forecast payment.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDiscounting>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PaymentDiscounting.PaymentDiscountingBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getDiscountFactor
@RosettaSynonym(value="discountFactor",source="FpML_5_10") @RosettaSynonym(value="discountFactor",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="discountFactor",source="DTCC_11_0") @RosettaSynonym(value="discountFactor",source="DTCC_9_0") @RosettaSynonym(value="discountFactor",source="CME_ClearedConfirm_1_17") public final java.math.BigDecimal getDiscountFactor()
The value representing the discount factor used to calculate the present value of the cash flow.
-
getPresentValueAmount
@RosettaSynonym(value="presentValueAmount",source="FpML_5_10") @RosettaSynonym(value="presentValueAmount",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="presentValueAmount",source="DTCC_11_0") @RosettaSynonym(value="presentValueAmount",source="DTCC_9_0") @RosettaSynonym(value="presentValueAmount",source="CME_ClearedConfirm_1_17") public final Money getPresentValueAmount()
The amount representing the present value of the forecast payment.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDiscounting> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PaymentDiscounting.PaymentDiscountingBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PaymentDiscounting.PaymentDiscountingBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-