Package cdm.product.template
Interface OptionPayout.OptionPayoutBuilder
- All Superinterfaces:
OptionPayout,PayoutBase,PayoutBase.PayoutBaseBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
OptionPayout.OptionPayoutBuilderImpl
- Enclosing interface:
OptionPayout
public static interface OptionPayout.OptionPayoutBuilder
extends OptionPayout, PayoutBase.PayoutBaseBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.OptionPayout
OptionPayout.OptionPayoutBuilder, OptionPayout.OptionPayoutBuilderImpl, OptionPayout.OptionPayoutImplNested classes/interfaces inherited from interface cdm.product.common.settlement.PayoutBase
PayoutBase.PayoutBaseBuilder, PayoutBase.PayoutBaseBuilderImpl, PayoutBase.PayoutBaseImpl -
Field Summary
Fields inherited from interface cdm.product.template.OptionPayout
metaDataFields inherited from interface cdm.product.common.settlement.PayoutBase
metaData -
Method Summary
Modifier and TypeMethodDescriptionGetter MethodsContains the information relative to the delivery of the asset.The terms for exercising the option, which include the option style (e.g.The option feature, such as quanto, Asian, barrier, knock.Class containing terms that are associated with observing a price/benchmark/index across either single or multple observations.Allows the full representation of a payout by defining a set of schedule periods.Specifies the strike of the optionThe financial product underlying the option, which can be of any type including an Asset, Basket, Index or a NonTransferableProduct.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setBuyerSeller(BuyerSeller buyerSeller) setDelivery(AssetDeliveryInformation delivery) setExerciseTerms(ExerciseTerms exerciseTerms) setFeature(OptionFeature feature) setObservationTerms(ObservationTerms observationTerms) setOptionType(OptionTypeEnum optionType) setPayerReceiver(PayerReceiver payerReceiver) setPriceQuantity(ResolvablePriceQuantity priceQuantity) setPrincipalPayment(PrincipalPayments principalPayment) setSchedule(CalculationSchedule schedule) setSettlementTerms(SettlementTerms settlementTerms) setStrike(OptionStrike strike) setUnderlier(Underlier underlier) Methods inherited from interface cdm.product.template.OptionPayout
build, getOptionType, getType, metaData, process, toBuilderMethods inherited from interface cdm.product.common.settlement.PayoutBase.PayoutBaseBuilder
getOrCreatePayerReceiver, getOrCreatePriceQuantity, getOrCreatePrincipalPayment, getOrCreateSettlementTerms, getPayerReceiver, getPriceQuantity, getPrincipalPayment, getSettlementTermsMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateBuyerSeller
BuyerSeller.BuyerSellerBuilder getOrCreateBuyerSeller() -
getBuyerSeller
BuyerSeller.BuyerSellerBuilder getBuyerSeller()Description copied from interface:OptionPayoutGetter Methods- Specified by:
getBuyerSellerin interfaceOptionPayout
-
getOrCreateFeature
OptionFeature.OptionFeatureBuilder getOrCreateFeature() -
getFeature
OptionFeature.OptionFeatureBuilder getFeature()Description copied from interface:OptionPayoutThe option feature, such as quanto, Asian, barrier, knock.- Specified by:
getFeaturein interfaceOptionPayout
-
getOrCreateObservationTerms
ObservationTerms.ObservationTermsBuilder getOrCreateObservationTerms() -
getObservationTerms
ObservationTerms.ObservationTermsBuilder getObservationTerms()Description copied from interface:OptionPayoutClass containing terms that are associated with observing a price/benchmark/index across either single or multple observations. To be used for option contracts that reference a benchmark price.- Specified by:
getObservationTermsin interfaceOptionPayout
-
getOrCreateSchedule
CalculationSchedule.CalculationScheduleBuilder getOrCreateSchedule() -
getSchedule
CalculationSchedule.CalculationScheduleBuilder getSchedule()Description copied from interface:OptionPayoutAllows 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.- Specified by:
getSchedulein interfaceOptionPayout
-
getOrCreateDelivery
AssetDeliveryInformation.AssetDeliveryInformationBuilder getOrCreateDelivery() -
getDelivery
AssetDeliveryInformation.AssetDeliveryInformationBuilder getDelivery()Description copied from interface:OptionPayoutContains the information relative to the delivery of the asset.- Specified by:
getDeliveryin interfaceOptionPayout
-
getOrCreateUnderlier
Underlier.UnderlierBuilder getOrCreateUnderlier() -
getUnderlier
Underlier.UnderlierBuilder getUnderlier()Description copied from interface:OptionPayoutThe financial product underlying the option, which can be of any type including an Asset, Basket, Index or a NonTransferableProduct.- Specified by:
getUnderlierin interfaceOptionPayout
-
getOrCreateExerciseTerms
ExerciseTerms.ExerciseTermsBuilder getOrCreateExerciseTerms() -
getExerciseTerms
ExerciseTerms.ExerciseTermsBuilder getExerciseTerms()Description copied from interface:OptionPayoutThe terms for exercising the option, which include the option style (e.g. American style option), the exercise procedure (e.g. manual exercise) and the settlement terms (e.g. physical vs. cash).- Specified by:
getExerciseTermsin interfaceOptionPayout
-
getOrCreateStrike
OptionStrike.OptionStrikeBuilder getOrCreateStrike() -
getStrike
OptionStrike.OptionStrikeBuilder getStrike()Description copied from interface:OptionPayoutSpecifies the strike of the option- Specified by:
getStrikein interfaceOptionPayout
-
setPayerReceiver
- Specified by:
setPayerReceiverin interfacePayoutBase.PayoutBaseBuilder
-
setPriceQuantity
- Specified by:
setPriceQuantityin interfacePayoutBase.PayoutBaseBuilder
-
setPrincipalPayment
- Specified by:
setPrincipalPaymentin interfacePayoutBase.PayoutBaseBuilder
-
setSettlementTerms
- Specified by:
setSettlementTermsin interfacePayoutBase.PayoutBaseBuilder
-
setBuyerSeller
-
setFeature
-
setObservationTerms
-
setSchedule
-
setDelivery
-
setUnderlier
-
setOptionType
-
setExerciseTerms
-
setStrike
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacePayoutBase.PayoutBaseBuilder- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
OptionPayout.OptionPayoutBuilder prune()- Specified by:
prunein interfacePayoutBase.PayoutBaseBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-