Package org.isda.cdm
Class IndependentAmount
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PayerReceiver
-
- org.isda.cdm.IndependentAmount
-
@RosettaClass @RosettaSynonym(value="IndependentAmount", source="FpML_5_10") public class IndependentAmount extends PayerReceiver
A class specifying the Independent Amount as the combination of a payer/receiver, a payment amount, a payment date and an associated payment calculation rule.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndependentAmount.IndependentAmountBuilder
-
Nested classes/interfaces inherited from class org.isda.cdm.PayerReceiver
PayerReceiver.PayerReceiverBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndependentAmount.IndependentAmountBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<PaymentDetail>
getPaymentDetail()
An attribute that specifies a payment as the combination of a payment amount, a payment date and an associated payment calculation rule.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends IndependentAmount>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
IndependentAmount.IndependentAmountBuilder
toBuilder()
java.lang.String
toString()
-
Methods inherited from class org.isda.cdm.PayerReceiver
getPayerAccountReference, getPayerPartyReference, getReceiverAccountReference, getReceiverPartyReference
-
-
-
-
Method Detail
-
getPaymentDetail
@RosettaSynonym(value="paymentDetail",source="FpML_5_10") @RosettaSynonym(value="paymentDetail",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="paymentDetail",source="DTCC_11_0") @RosettaSynonym(value="paymentDetail",source="DTCC_9_0") @RosettaSynonym(value="paymentDetail",source="CME_ClearedConfirm_1_17") public final java.util.List<PaymentDetail> getPaymentDetail()
An attribute that specifies a payment as the combination of a payment amount, a payment date and an associated payment calculation rule.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends IndependentAmount> metaData()
- Overrides:
metaData
in classPayerReceiver
-
toBuilder
public IndependentAmount.IndependentAmountBuilder toBuilder()
- Overrides:
toBuilder
in classPayerReceiver
-
builder
public static IndependentAmount.IndependentAmountBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Overrides:
process
in classPayerReceiver
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classPayerReceiver
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPayerReceiver
-
toString
public java.lang.String toString()
- Overrides:
toString
in classPayerReceiver
-
-