Package cdm.legaldocumentation.csa
Class InterestAmount.InterestAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.InterestAmount.InterestAmountBuilderImpl
- All Implemented Interfaces:
InterestAmount,InterestAmount.InterestAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
InterestAmount
public static class InterestAmount.InterestAmountBuilderImpl
extends Object
implements InterestAmount.InterestAmountBuilder
Builder Implementation of InterestAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.InterestAmount
InterestAmount.InterestAmountBuilder, InterestAmount.InterestAmountBuilderImpl, InterestAmount.InterestAmountImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DeliveryAmount.DeliveryAmountBuilderprotected ReturnAmount.ReturnAmountBuilderFields inherited from interface cdm.legaldocumentation.csa.InterestAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe application of Interest Amount with respect the Delivery Amount.The application of Interest Amount with respect the Return Amount.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setDeliveryAmount(DeliveryAmount _deliveryAmount) setReturnAmount(ReturnAmount _returnAmount) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.InterestAmount
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.InterestAmount.InterestAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
returnAmount
-
deliveryAmount
-
-
Constructor Details
-
InterestAmountBuilderImpl
public InterestAmountBuilderImpl()
-
-
Method Details
-
getReturnAmount
@RosettaAttribute("returnAmount") @Accessor(GETTER) @Required @RuneAttribute("returnAmount") public ReturnAmount.ReturnAmountBuilder getReturnAmount()Description copied from interface:InterestAmountThe application of Interest Amount with respect the Return Amount. Body ISDA Corpus Annex CSA_IM_Japanese_2016 ISDA 2016 Japanese Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(n)(ii)" Provision- Specified by:
getReturnAmountin interfaceInterestAmount- Specified by:
getReturnAmountin interfaceInterestAmount.InterestAmountBuilder
-
getOrCreateReturnAmount
- Specified by:
getOrCreateReturnAmountin interfaceInterestAmount.InterestAmountBuilder
-
getDeliveryAmount
@RosettaAttribute("deliveryAmount") @Accessor(GETTER) @Required @RuneAttribute("deliveryAmount") public DeliveryAmount.DeliveryAmountBuilder getDeliveryAmount()Description copied from interface:InterestAmountThe application of Interest Amount with respect the Delivery Amount. Body ISDA Corpus Annex CSA_IM_Japanese_2016 ISDA 2016 Japanese Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(n)(ii)" Provision- Specified by:
getDeliveryAmountin interfaceInterestAmount- Specified by:
getDeliveryAmountin interfaceInterestAmount.InterestAmountBuilder
-
getOrCreateDeliveryAmount
- Specified by:
getOrCreateDeliveryAmountin interfaceInterestAmount.InterestAmountBuilder
-
setReturnAmount
@RosettaAttribute("returnAmount") @Accessor(SETTER) @Required @RuneAttribute("returnAmount") public InterestAmount.InterestAmountBuilder setReturnAmount(ReturnAmount _returnAmount) - Specified by:
setReturnAmountin interfaceInterestAmount.InterestAmountBuilder
-
setDeliveryAmount
@RosettaAttribute("deliveryAmount") @Accessor(SETTER) @Required @RuneAttribute("deliveryAmount") public InterestAmount.InterestAmountBuilder setDeliveryAmount(DeliveryAmount _deliveryAmount) - Specified by:
setDeliveryAmountin interfaceInterestAmount.InterestAmountBuilder
-
build
Description copied from interface:InterestAmountBuild Methods- Specified by:
buildin interfaceInterestAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceInterestAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceInterestAmount.InterestAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public InterestAmount.InterestAmountBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-