Package cdm.event.position
Interface Portfolio
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Portfolio.PortfolioBuilder
- All Known Implementing Classes:
Portfolio.PortfolioBuilderImpl,Portfolio.PortfolioImpl
@RosettaDataType(value="Portfolio",
builder=PortfolioBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Portfolio",
model="cdm",
builder=PortfolioBuilderImpl.class,
version="5.30.0")
public interface Portfolio
extends com.rosetta.model.lib.RosettaModelObject
A Portfolio represents an aggregation of multiple Positions, by describing the parameters that this Portfolio should be aggregated based on. The resulting PortfolioState is calculated using these aggregation parameters as inputs, by aggregating all the Events that are relevant to this Portfolio. The concept of Portfolio works at all levels in the model: from the highest for a given LegalEntity for instance, to the lowest to account for security substitutions in a secutity financing transaction. As such, Portfolio can be used either above or below the Contract level.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Portfoliostatic classImmutable Implementation of Portfolio -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Portfolio.PortfolioBuilderbuilder()Describes the portfolio by describing how to aggregate all its relevant Events.Describes the state of the Portfolio as a list of Positions resulting from the aggregation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Portfolio> 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
-
getAggregationParameters
AggregationParameters getAggregationParameters()Describes the portfolio by describing how to aggregate all its relevant Events. -
getPortfolioState
PortfolioState getPortfolioState()Describes the state of the Portfolio as a list of Positions resulting from the aggregation. -
build
Portfolio build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Portfolio.PortfolioBuilder 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
-