Package cdm.observable.asset
Interface PremiumExpression
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PremiumExpression.PremiumExpressionBuilder
- All Known Implementing Classes:
PremiumExpression.PremiumExpressionBuilderImpl,PremiumExpression.PremiumExpressionImpl
@RosettaDataType(value="PremiumExpression",
builder=PremiumExpressionBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PremiumExpression",
model="cdm",
builder=PremiumExpressionBuilderImpl.class,
version="5.30.0")
public interface PremiumExpression
extends com.rosetta.model.lib.RosettaModelObject
This class corresponds to the FpML Premium.model group for representing the option premium when expressed in a way other than an amount.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PremiumExpressionstatic classImmutable Implementation of PremiumExpression -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The amount of premium to be paid expressed as a percentage of the notional value of the transaction.Forward start premium typeThe amount of premium to be paid expressed as a function of the number of options.default Class<? extends PremiumExpression> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PremiumExpression> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPremiumType
PremiumTypeEnum getPremiumType()Forward start premium type -
getPricePerOption
Money getPricePerOption()The amount of premium to be paid expressed as a function of the number of options. -
getPercentageOfNotional
BigDecimal getPercentageOfNotional()The amount of premium to be paid expressed as a percentage of the notional value of the transaction. A percentage of 5% would be expressed as 0.05. -
build
PremiumExpression build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PremiumExpression.PremiumExpressionBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- 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 interfacecom.rosetta.model.lib.RosettaModelObject
-