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 MethodsbooleanList<? extends AssetPayout> The security payout when the product involves some form of securities, such as collateral in a securities financing transactionA cashflow between the parties to the trade.List<? extends CommodityPayout> 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.List<? extends FixedPricePayout> Defines a payout in which one or more payouts are defined as a fixed price.List<? extends ForwardPayout> Represents a forward settling payout.List<? extends InterestRatePayout> 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()List<? extends OptionPayout> The option payout.List<? extends PerformancePayout> The performance payout, which encompasses the equity price returns, dividend returns, volatility return, variance return and correlation provisions.List<? extends SecurityPayout> The security payout when the product involves some form of securities, such as collateral in a securities financing transactioninthashCode()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
-
getInterestRatePayout
@RosettaAttribute("interestRatePayout") @RuneAttribute("interestRatePayout") public List<? extends 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
-
getCreditDefaultPayout
@RosettaAttribute("creditDefaultPayout") @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
-
getOptionPayout
@RosettaAttribute("optionPayout") @RuneAttribute("optionPayout") public List<? extends OptionPayout> getOptionPayout()Description copied from interface:PayoutThe option payout.- Specified by:
getOptionPayoutin interfacePayout
-
getCommodityPayout
@RosettaAttribute("commodityPayout") @RuneAttribute("commodityPayout") public List<? extends CommodityPayout> getCommodityPayout()Description copied from interface:PayoutDefines the payout for the floating leg of a Commodity Swap.- Specified by:
getCommodityPayoutin interfacePayout
-
getForwardPayout
@RosettaAttribute("forwardPayout") @RuneAttribute("forwardPayout") public List<? extends ForwardPayout> getForwardPayout()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:
getForwardPayoutin interfacePayout
-
getFixedPricePayout
@RosettaAttribute("fixedPricePayout") @RuneAttribute("fixedPricePayout") public List<? extends 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
-
getSecurityPayout
@RosettaAttribute("securityPayout") @RuneAttribute("securityPayout") public List<? extends SecurityPayout> getSecurityPayout()Description copied from interface:PayoutThe security payout when the product involves some form of securities, such as collateral in a securities financing transaction- Specified by:
getSecurityPayoutin interfacePayout
-
getCashflow
@RosettaAttribute("cashflow") @RuneAttribute("cashflow") public List<? extends Cashflow> getCashflow()Description copied from interface:PayoutA cashflow between the parties to the trade. For interest rate and equity products, this corresponds to the FpML additionalPayment element. For credit default swaps, this corresponds to the FpML initialPayment element and the singlePayment element of the fee leg. For option products, it represents the FpML premium element.- Specified by:
getCashflowin interfacePayout
-
getPerformancePayout
@RosettaAttribute("performancePayout") @RuneAttribute("performancePayout") public List<? extends 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
-
getAssetPayout
@RosettaAttribute("assetPayout") @RuneAttribute("assetPayout") public List<? extends AssetPayout> getAssetPayout()Description copied from interface:PayoutThe security payout when the product involves some form of securities, such as collateral in a securities financing transaction- Specified by:
getAssetPayoutin interfacePayout
-
getMeta
@RosettaAttribute("meta") @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
-