Package cdm.legaldocumentation.csa
Class CreditSupportObligationsBase.CreditSupportObligationsBaseImpl
java.lang.Object
cdm.legaldocumentation.csa.CreditSupportObligationsBase.CreditSupportObligationsBaseImpl
- All Implemented Interfaces:
CreditSupportObligationsBase,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
CreditSupportObligationsCollateralTransferAgreement.CreditSupportObligationsCollateralTransferAgreementImpl,CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginImpl,CreditSupportObligationsLegacy.CreditSupportObligationsLegacyImpl,CreditSupportObligationsVariationMargin.CreditSupportObligationsVariationMarginImpl
- Enclosing interface:
CreditSupportObligationsBase
public static class CreditSupportObligationsBase.CreditSupportObligationsBaseImpl
extends Object
implements CreditSupportObligationsBase
Immutable Implementation of CreditSupportObligationsBase
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CreditSupportObligationsBase
CreditSupportObligationsBase.CreditSupportObligationsBaseBuilder, CreditSupportObligationsBase.CreditSupportObligationsBaseBuilderImpl, CreditSupportObligationsBase.CreditSupportObligationsBaseImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CreditSupportObligationsBase
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreditSupportObligationsBaseImpl(CreditSupportObligationsBase.CreditSupportObligationsBaseBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe time by which the transfer of collateral must take place when different from the Regular Settlement Day as a result of parties' election.Specification of transfer / settlement timing for cash and securities collateral assuming that the notice is provided before the Notification Time (and with a 1LBD lag introduced if the notice is delivered after the Notification Time), and that securities allow for a further Local Business Day for transfer / settlement.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.Represents the threshold specified in the agreement below which collateral need not be delivered, and represents the smallest incremental value of exposure that must be reached before the parties are obliged to transfer collateral.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.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CreditSupportObligationsBase
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CreditSupportObligationsBaseImpl
protected CreditSupportObligationsBaseImpl(CreditSupportObligationsBase.CreditSupportObligationsBaseBuilder builder)
-
-
Method Details
-
getDeliveryAmount
@RosettaAttribute("deliveryAmount") @Accessor(GETTER) @Required @RuneAttribute("deliveryAmount") public CSADeliveryAmount getDeliveryAmount()Description copied from interface:CreditSupportObligationsBaseIn 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.- Specified by:
getDeliveryAmountin interfaceCreditSupportObligationsBase
-
getReturnAmount
@RosettaAttribute("returnAmount") @Accessor(GETTER) @Required @RuneAttribute("returnAmount") public CSAReturnAmount getReturnAmount()Description copied from interface:CreditSupportObligationsBaseIn 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.- Specified by:
getReturnAmountin interfaceCreditSupportObligationsBase
-
getMinimumTransferAmount
@RosettaAttribute("minimumTransferAmount") @Accessor(GETTER) @Required @RuneAttribute("minimumTransferAmount") public MinimumTransferAmount getMinimumTransferAmount()Description copied from interface:CreditSupportObligationsBaseRepresents the threshold specified in the agreement below which collateral need not be delivered, and represents the smallest incremental value of exposure that must be reached before the parties are obliged to transfer collateral. Body ISDA Corpus Annex CSA_NewYork_1994 1994 New York Law Credit Support Annex Provision Body ISDA Corpus Annex CSA_English_1995 1995 English Law Credit Support Annex Provision Body ISDA Corpus Deed CSD_English_1995 1995 English Law Credit Support Deed Provision Body ISDA Corpus Annex CSA_VM_English_2016 2016 English Law Variation Margin Credit Support Annex Provision Body ISDA Corpus Annex CSA_VM_NewYork_2016 2016 New York Law Variation Margin Credit Support Annex Provision Body ISDA Corpus Deed CSD_IM_English_2016 ISDA 2016 English Law Credit Support Deed for Initial Margin paragraph "13 General Principles" * clause "(c)(vi)(C)" * name "Rounding" Provision Body ISDA Corpus Annex CSA_IM_Japanese_2016 ISDA 2016 Japanese Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(d)(vi)(C)" * name "Rounding" Provision Body ISDA Corpus Annex CSA_IM_NewYork_2016 ISDA 2016 New York Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(c)(vi)(C)" * name "Rounding" Provision- Specified by:
getMinimumTransferAmountin interfaceCreditSupportObligationsBase
-
getCollateralTransferTiming
@RosettaAttribute("collateralTransferTiming") @Accessor(GETTER) @RuneAttribute("collateralTransferTiming") public CollateralTransferTiming getCollateralTransferTiming()Description copied from interface:CreditSupportObligationsBaseSpecification of transfer / settlement timing for cash and securities collateral assuming that the notice is provided before the Notification Time (and with a 1LBD lag introduced if the notice is delivered after the Notification Time), and that securities allow for a further Local Business Day for transfer / settlement.- Specified by:
getCollateralTransferTimingin interfaceCreditSupportObligationsBase
-
getBespokeTransferTiming
@RosettaAttribute("bespokeTransferTiming") @Accessor(GETTER) @RuneAttribute("bespokeTransferTiming") public BespokeTransferTiming getBespokeTransferTiming()Description copied from interface:CreditSupportObligationsBaseThe time by which the transfer of collateral must take place when different from the Regular Settlement Day as a result of parties' election.- Specified by:
getBespokeTransferTimingin interfaceCreditSupportObligationsBase
-
build
Description copied from interface:CreditSupportObligationsBaseBuild Methods- Specified by:
buildin interfaceCreditSupportObligationsBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCreditSupportObligationsBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(CreditSupportObligationsBase.CreditSupportObligationsBaseBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-