Package cdm.product.collateral
Interface InterestAmountApplication
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
InterestAmountApplication.InterestAmountApplicationBuilder
- All Known Implementing Classes:
InterestAmountApplication.InterestAmountApplicationBuilderImpl,InterestAmountApplication.InterestAmountApplicationImpl
@RosettaDataType(value="InterestAmountApplication",
builder=InterestAmountApplicationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="InterestAmountApplication",
model="cdm",
builder=InterestAmountApplicationBuilderImpl.class,
version="5.30.0")
public interface InterestAmountApplication
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the application of Interest Amount with respect to the Delivery Amount and the Return Amount.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of InterestAmountApplicationstatic classImmutable Implementation of InterestAmountApplication -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The application of Interest Amount with respect the Delivery Amount.The application of Interest Amount with respect the Return Amount.default Class<? extends InterestAmountApplication> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAmountApplication> 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
ReturnAmount getReturnAmount()The application of Interest Amount with respect the Return Amount. -
getDeliveryAmount
DeliveryAmount getDeliveryAmount()The application of Interest Amount with respect the Delivery Amount. -
build
InterestAmountApplication build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-