Package org.isda.cdm
Class PassThroughItem
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PassThroughItem
-
@RosettaClass @RosettaSynonym(value="PassThroughItem", source="FpML_5_10") public class PassThroughItem extends com.rosetta.model.lib.RosettaModelObject
Class to represent a single pass through payment.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PassThroughItem.PassThroughItemBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PassThroughItem.PassThroughItemBuilder
builder()
boolean
equals(java.lang.Object o)
java.math.BigDecimal
getPassThroughPercentage()
Percentage of payments from the underlier which are passed through.PayerReceiver
getPayerReceiver()
This attribute doesn't exists in the FpML construct, which makes use of the PayerReceiver.model group.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThroughItem>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PassThroughItem.PassThroughItemBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getPassThroughPercentage
@RosettaSynonym(value="passThroughPercentage",source="FpML_5_10") @RosettaSynonym(value="passThroughPercentage",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="passThroughPercentage",source="DTCC_11_0") @RosettaSynonym(value="passThroughPercentage",source="DTCC_9_0") @RosettaSynonym(value="passThroughPercentage",source="CME_ClearedConfirm_1_17") public final java.math.BigDecimal getPassThroughPercentage()
Percentage of payments from the underlier which are passed through.
-
getPayerReceiver
public final PayerReceiver getPayerReceiver()
This attribute doesn't exists in the FpML construct, which makes use of the PayerReceiver.model group.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThroughItem> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PassThroughItem.PassThroughItemBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PassThroughItem.PassThroughItemBuilder 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
-
-