Package cdm.product.template
Class Payout.PayoutImpl
java.lang.Object
cdm.product.template.Payout.PayoutImpl
- All Implemented Interfaces:
Payout,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Payout
Immutable Implementation of Payout
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.product.template.Payout
Payout.PayoutBuilder, Payout.PayoutBuilderImpl, Payout.PayoutImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanDefines the assets and movements in a security financing transaction.Defines the payout for the floating leg of a Commodity Swap.The credit default payout, which provides the details necessary for determining when a credit payout will be triggered as well as the parameters for calculating the payout and the settlement terms.Defines a payout in which one or more payouts are defined as a fixed price.All of the terms necessary to define and calculate a cash flow based on a fixed, a floating or an inflation index rate.com.rosetta.model.metafields.MetaFieldsgetMeta()The option payout.The performance payout, which encompasses the equity price returns, dividend returns, volatility return, variance return and correlation provisions.Represents a forward settling payout.inthashCode()protected voidsetBuilderFields(Payout.PayoutBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
PayoutImpl
-
-
Method Details
-
getAssetPayout
@RosettaAttribute("AssetPayout") @Accessor(GETTER) @RuneAttribute("AssetPayout") public AssetPayout getAssetPayout()Description copied from interface:PayoutDefines the assets and movements in a security financing transaction.- Specified by:
getAssetPayoutin interfacePayout
-
getCommodityPayout
@RosettaAttribute("CommodityPayout") @Accessor(GETTER) @RuneAttribute("CommodityPayout") public CommodityPayout getCommodityPayout()Description copied from interface:PayoutDefines the payout for the floating leg of a Commodity Swap.- Specified by:
getCommodityPayoutin interfacePayout
-
getCreditDefaultPayout
@RosettaAttribute("CreditDefaultPayout") @Accessor(GETTER) @RuneAttribute("CreditDefaultPayout") public CreditDefaultPayout getCreditDefaultPayout()Description copied from interface:PayoutThe credit default payout, which provides the details necessary for determining when a credit payout will be triggered as well as the parameters for calculating the payout and the settlement terms.- Specified by:
getCreditDefaultPayoutin interfacePayout
-
getFixedPricePayout
@RosettaAttribute("FixedPricePayout") @Accessor(GETTER) @RuneAttribute("FixedPricePayout") public FixedPricePayout getFixedPricePayout()Description copied from interface:PayoutDefines a payout in which one or more payouts are defined as a fixed price.- Specified by:
getFixedPricePayoutin interfacePayout
-
getInterestRatePayout
@RosettaAttribute("InterestRatePayout") @Accessor(GETTER) @RuneAttribute("InterestRatePayout") public InterestRatePayout getInterestRatePayout()Description copied from interface:PayoutAll of the terms necessary to define and calculate a cash flow based on a fixed, a floating or an inflation index rate. The interest rate payout can be applied to interest rate swaps and FRA (which both have two associated interest rate payouts), credit default swaps (to represent the fee leg when subject to periodic payments) and equity swaps (to represent the funding leg).- Specified by:
getInterestRatePayoutin interfacePayout
-
getOptionPayout
@RosettaAttribute("OptionPayout") @Accessor(GETTER) @RuneAttribute("OptionPayout") public OptionPayout getOptionPayout()Description copied from interface:PayoutThe option payout.- Specified by:
getOptionPayoutin interfacePayout
-
getPerformancePayout
@RosettaAttribute("PerformancePayout") @Accessor(GETTER) @RuneAttribute("PerformancePayout") public PerformancePayout getPerformancePayout()Description copied from interface:PayoutThe performance payout, which encompasses the equity price returns, dividend returns, volatility return, variance return and correlation provisions.- Specified by:
getPerformancePayoutin interfacePayout
-
getSettlementPayout
@RosettaAttribute("SettlementPayout") @Accessor(GETTER) @RuneAttribute("SettlementPayout") public SettlementPayout getSettlementPayout()Description copied from interface:PayoutRepresents 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 component.- Specified by:
getSettlementPayoutin interfacePayout
-
getMeta
@RosettaAttribute("meta") @Accessor(GETTER) @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta() -
build
Description copied from interface:PayoutBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-