Package org.isda.cdm
Class ForwardPayout
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.ForwardPayout
-
@RosettaClass public class ForwardPayout extends com.rosetta.model.lib.RosettaModelObject
Representation of a forward settling payout. The 'Underlier' attribute captures the underlying payout, which is settled according to the 'SettlementTerms' attribute. Both FX Spot and FX Forward should use this componen, while distinction between the two will be handled via product qualification.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ForwardPayout.ForwardPayoutBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ForwardPayout.ForwardPayoutBuilder
builder()
boolean
equals(java.lang.Object o)
OptionSettlement
getSettlementTerms()
Settlement terms for the underlier that include the settlement date, settlement method etc.Underlier
getUnderlier()
Underlying product that the forward is written on, which can be of any type: FX, a contractual product, a security, etc.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ForwardPayout>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
ForwardPayout.ForwardPayoutBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getSettlementTerms
public final OptionSettlement getSettlementTerms()
Settlement terms for the underlier that include the settlement date, settlement method etc.
-
getUnderlier
public final Underlier getUnderlier()
Underlying product that the forward is written on, which can be of any type: FX, a contractual product, a security, etc.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends ForwardPayout> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public ForwardPayout.ForwardPayoutBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static ForwardPayout.ForwardPayoutBuilder 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
-
-