Package cdm.product.collateral
Interface DistributionAndInterestPayment
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder
- All Known Implementing Classes:
DistributionAndInterestPayment.DistributionAndInterestPaymentBuilderImpl,DistributionAndInterestPayment.DistributionAndInterestPaymentImpl
@RosettaDataType(value="DistributionAndInterestPayment",
builder=DistributionAndInterestPaymentBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="DistributionAndInterestPayment",
model="cdm",
builder=DistributionAndInterestPaymentBuilderImpl.class,
version="5.30.0")
public interface DistributionAndInterestPayment
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the Distributions and Interest Payment provisions applicable to the collateral agreement.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of DistributionAndInterestPaymentstatic classImmutable Implementation of DistributionAndInterestPayment -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends CollateralInterestParameters> Represents the interest parameters for the various currencies, margin types, posting parties.default Class<? extends DistributionAndInterestPayment> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DistributionAndInterestPayment> 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
-
getInterestParameters
List<? extends CollateralInterestParameters> getInterestParameters()Represents the interest parameters for the various currencies, margin types, posting parties. -
build
DistributionAndInterestPayment build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends DistributionAndInterestPayment> 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
-