Package cdm.legaldocumentation.csa
Interface CSAReturnAmount
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CSAReturnAmount.CSAReturnAmountBuilder
- All Known Implementing Classes:
CSAReturnAmount.CSAReturnAmountBuilderImpl,CSAReturnAmount.CSAReturnAmountImpl
@RosettaDataType(value="CSAReturnAmount",
builder=CSAReturnAmountBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="CSAReturnAmount",
model="cdm",
builder=CSAReturnAmountBuilderImpl.class,
version="7.0.0-dev.105")
public interface CSAReturnAmount
extends com.rosetta.model.lib.RosettaModelObject
In respect of a Valuation Date, the amount of collateral which a party is entitled to demand to be recalled to it as a Return Amount.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CSAReturnAmountstatic classImmutable Implementation of CSAReturnAmount -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies whether the meaning of Return Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).default Class<? extends CSAReturnAmount> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CSAReturnAmount> 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
-
getReturnAmount
DeliveryReturnAmountEnum getReturnAmount()Specifies whether the meaning of Return Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology). -
build
CSAReturnAmount build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CSAReturnAmount.CSAReturnAmountBuilder 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
-