Package cdm.product.template
Interface PortfolioReturnTerms
- All Superinterfaces:
ReturnTerms,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PortfolioReturnTerms.PortfolioReturnTermsBuilder
- All Known Implementing Classes:
PortfolioReturnTerms.PortfolioReturnTermsBuilderImpl,PortfolioReturnTerms.PortfolioReturnTermsImpl
@RosettaDataType(value="PortfolioReturnTerms",
builder=PortfolioReturnTermsBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PortfolioReturnTerms",
model="cdm",
builder=PortfolioReturnTermsBuilderImpl.class,
version="5.30.0")
public interface PortfolioReturnTerms
extends ReturnTerms
Specifies an individual type of return of a Performance Payout, when such individual return is part of an aggregation of multiple similar returns, at Performance Payout level.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PortfolioReturnTermsstatic classImmutable Implementation of PortfolioReturnTermsNested classes/interfaces inherited from interface cdm.product.template.ReturnTerms
ReturnTerms.ReturnTermsBuilder, ReturnTerms.ReturnTermsBuilderImpl, ReturnTerms.ReturnTermsImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends ReferenceWithMetaPriceSchedule> 2018 ISDA CDM Equity Confirmation for Security Equity Swap: Final Price | Specifies the final valuation price of the underlier.List<? extends ReferenceWithMetaPriceSchedule> Specifies the initial valuation price(s) of the underlier.List<? extends ReferenceWithMetaPriceSchedule> Specifies the initial valuation price(s) of the underlier.Canonical representation of the payer and receiver parties applicable to each individual return leg.List<? extends ReferenceWithMetaNonNegativeQuantitySchedule> Notional quantity of the underlier that applies to each individual return leg.default Class<? extends PortfolioReturnTerms> getType()Defines the product that is the subject of a tradable product definition, an underlying product definition, a physical exercise, a position, or other purposes.default com.rosetta.model.lib.meta.RosettaMetaData<? extends PortfolioReturnTerms> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.product.template.ReturnTerms
getCorrelationReturnTerms, getDividendReturnTerms, getPriceReturnTerms, getVarianceReturnTerms, getVolatilityReturnTermsMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPayerReceiver
PayerReceiver getPayerReceiver()Canonical representation of the payer and receiver parties applicable to each individual return leg. -
getUnderlier
Product getUnderlier()Defines the product that is the subject of a tradable product definition, an underlying product definition, a physical exercise, a position, or other purposes. -
getQuantity
List<? extends ReferenceWithMetaNonNegativeQuantitySchedule> getQuantity()Notional quantity of the underlier that applies to each individual return leg. -
getInitialValuationPrice
List<? extends ReferenceWithMetaPriceSchedule> getInitialValuationPrice()Specifies the initial valuation price(s) of the underlier. This price can be expressed either as an actual amount/currency, as a determination method, or by reference to another value specified in the swap document. -
getInterimValuationPrice
List<? extends ReferenceWithMetaPriceSchedule> getInterimValuationPrice()Specifies the initial valuation price(s) of the underlier. This price can be expressed either as an actual amount/currency, as a determination method, or by reference to another value specified in the swap document. -
getFinalValuationPrice
List<? extends ReferenceWithMetaPriceSchedule> getFinalValuationPrice()2018 ISDA CDM Equity Confirmation for Security Equity Swap: Final Price | Specifies the final valuation price of the underlier. This price can be expressed either as an actual amount/currency, as a determination method, or by reference to another value specified in the swap document. -
build
PortfolioReturnTerms build()Build Methods- Specified by:
buildin interfaceReturnTerms- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PortfolioReturnTerms.PortfolioReturnTermsBuilder toBuilder()- Specified by:
toBuilderin interfaceReturnTerms- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceReturnTerms- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceReturnTerms- 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 interfaceReturnTerms- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-