Package cdm.legaldocumentation.csa
Interface LegacyDeliveryAmount
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
LegacyDeliveryAmount.LegacyDeliveryAmountBuilder
- All Known Implementing Classes:
LegacyDeliveryAmount.LegacyDeliveryAmountBuilderImpl,LegacyDeliveryAmount.LegacyDeliveryAmountImpl
@RosettaDataType(value="LegacyDeliveryAmount",
builder=LegacyDeliveryAmountBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="LegacyDeliveryAmount",
model="cdm",
builder=LegacyDeliveryAmountBuilderImpl.class,
version="6.19.0")
public interface LegacyDeliveryAmount
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 transferred to it as a Delivery Amount.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of LegacyDeliveryAmountstatic classImmutable Implementation of LegacyDeliveryAmount -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The additional language that might be specified by the parties to the legal agreement.Specifies whether the meaning of Delivery Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).default Class<? extends LegacyDeliveryAmount> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyDeliveryAmount> 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
-
getLegacyDeliveryAmount
LegacyDeliveryReturnAmountEnum getLegacyDeliveryAmount()Specifies whether the meaning of Delivery Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology). -
getAdditionalLanguage
String getAdditionalLanguage()The additional language that might be specified by the parties to the legal agreement. -
build
LegacyDeliveryAmount build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
LegacyDeliveryAmount.LegacyDeliveryAmountBuilder 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
-