Package cdm.event.common
Interface Exposure
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Exposure.ExposureBuilder
- All Known Implementing Classes:
Exposure.ExposureBuilderImpl,Exposure.ExposureImpl
@RosettaDataType(value="Exposure",
builder=ExposureBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Exposure",
model="cdm",
builder=ExposureBuilderImpl.class,
version="5.30.0")
public interface Exposure
extends com.rosetta.model.lib.RosettaModelObject
Represents the current mark to market value or IM calculation value of the trade portfolio as recorded by the principle (in base currency).
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Exposurestatic classImmutable Implementation of Exposure -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Exposure.ExposureBuilderbuilder()Represents the aggregate value of the portfolio in base currency.Indicates the date when the exposure is calculated if different from valuation date.Represents a Portfolio that describes all the positions held at a given time, in various states which can be either traded, settled, etc., with lineage information to the previous state.getType()Indicates the valuation date of the exposure underlying the calculation.default com.rosetta.model.lib.meta.RosettaMetaData<? extends Exposure> 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
-
getTradePortfolio
ReferenceWithMetaPortfolioState getTradePortfolio()Represents a Portfolio that describes all the positions held at a given time, in various states which can be either traded, settled, etc., with lineage information to the previous state. -
getAggregateValue
Money getAggregateValue()Represents the aggregate value of the portfolio in base currency. -
getCalculationDateTime
ZonedDateTime getCalculationDateTime()Indicates the date when the exposure is calculated if different from valuation date. -
getValuationDateTime
ZonedDateTime getValuationDateTime()Indicates the valuation date of the exposure underlying the calculation. -
build
Exposure build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Exposure.ExposureBuilder 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
-