Package org.isda.cdm
Class DeliveryAmount
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.DeliveryAmount
-
@RosettaClass public class DeliveryAmount extends com.rosetta.model.lib.RosettaModelObject
A class to specify the application of Interest Amount with respect the Delivery Amount. ISDA 2016 Japanese Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (n)(ii).- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeliveryAmount.DeliveryAmountBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeliveryAmount.DeliveryAmountBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getCustomElection()
The custom election that might be specified by the parties to the agreement.DeliveryAmountElectionEnum
getStandardElection()
The standard election as specified by an enumeration.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryAmount>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
DeliveryAmount.DeliveryAmountBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getCustomElection
@RosettaSynonym(value="specify_delivery_amount", source="ISDA_Create_1_0") public final java.lang.String getCustomElection()
The custom election that might be specified by the parties to the agreement.
-
getStandardElection
@RosettaSynonym(value="delivery_amount", source="ISDA_Create_1_0") public final DeliveryAmountElectionEnum getStandardElection()
The standard election as specified by an enumeration.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryAmount> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public DeliveryAmount.DeliveryAmountBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static DeliveryAmount.DeliveryAmountBuilder 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
-
-