Package cdm.product.template
Interface FixedPricePayout
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,PayoutBase,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
FixedPricePayout.FixedPricePayoutBuilder
- All Known Implementing Classes:
FixedPricePayout.FixedPricePayoutBuilderImpl,FixedPricePayout.FixedPricePayoutImpl
@RosettaDataType(value="FixedPricePayout",
builder=FixedPricePayoutBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="FixedPricePayout",
model="cdm",
builder=FixedPricePayoutBuilderImpl.class,
version="5.30.0")
public interface FixedPricePayout
extends PayoutBase, com.rosetta.model.lib.GlobalKey
Represents a fixed price payout. There is no underlier associated with this payout type and is based on fixed pricing per a given unit (e.g. in commodities price per barrel)
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FixedPricePayoutstatic classImmutable Implementation of FixedPricePayoutNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.product.common.settlement.PayoutBase
PayoutBase.PayoutBaseBuilder, PayoutBase.PayoutBaseBuilderImpl, PayoutBase.PayoutBaseImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies the fixed price on which fixed forward payments are based.com.rosetta.model.metafields.MetaFieldsgetMeta()Specifies the parameters to generate the payment date schedule, either through a parametric representation or by reference to specified dates.Allows the full representation of a payout by defining a set of schedule periods.default Class<? extends FixedPricePayout> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FixedPricePayout> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.product.common.settlement.PayoutBase
getPayerReceiver, getPriceQuantity, getPrincipalPayment, getSettlementTermsMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPaymentDates
PaymentDates getPaymentDates()Specifies the parameters to generate the payment date schedule, either through a parametric representation or by reference to specified dates. -
getFixedPrice
FixedPrice getFixedPrice()Specifies the fixed price on which fixed forward payments are based. -
getSchedule
CalculationSchedule getSchedule()Allows the full representation of a payout by defining a set of schedule periods. It supports standard schedule customization by expressing all the dates, quantities, and pricing data in a non-parametric way. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
FixedPricePayout build()Build Methods- Specified by:
buildin interfacePayoutBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
FixedPricePayout.FixedPricePayoutBuilder toBuilder()- Specified by:
toBuilderin interfacePayoutBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacePayoutBase- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacePayoutBase- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacePayoutBase- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-