Package cdm.legaldocumentation.csa
Class EligibilityToHoldCollateral.EligibilityToHoldCollateralImpl
java.lang.Object
cdm.legaldocumentation.csa.EligibilityToHoldCollateral.EligibilityToHoldCollateralImpl
- All Implemented Interfaces:
EligibilityToHoldCollateral,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
EligibilityToHoldCollateral
public static class EligibilityToHoldCollateral.EligibilityToHoldCollateralImpl
extends Object
implements EligibilityToHoldCollateral
Immutable Implementation of EligibilityToHoldCollateral
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.EligibilityToHoldCollateral
EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder, EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilderImpl, EligibilityToHoldCollateral.EligibilityToHoldCollateralImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.EligibilityToHoldCollateral
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEligibilityToHoldCollateralImpl(EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.List<? extends FieldWithMetaString> The restrictions that might be required by a party from the other party in terms of country(ies) where collateral can be held.The condition(s) required by a party from the other party to hold its posted collateral.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.EligibilityToHoldCollateral
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
EligibilityToHoldCollateralImpl
protected EligibilityToHoldCollateralImpl(EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder builder)
-
-
Method Details
-
getPartyTerms
@RosettaAttribute("partyTerms") @Accessor(GETTER) @Required @Multi @RuneAttribute("partyTerms") public List<HoldingPostedCollateralEnum> getPartyTerms()Description copied from interface:EligibilityToHoldCollateralThe condition(s) required by a party from the other party to hold its posted collateral.- Specified by:
getPartyTermsin interfaceEligibilityToHoldCollateral
-
getCustodianTerms
@RosettaAttribute("custodianTerms") @Accessor(GETTER) @RuneAttribute("custodianTerms") public CustodianTerms getCustodianTerms()Description copied from interface:EligibilityToHoldCollateralThe restrictions that might be required by a party from the other party's custodian agent to hold its posted collateral.- Specified by:
getCustodianTermsin interfaceEligibilityToHoldCollateral
-
getEligibleCountry
@RosettaAttribute("eligibleCountry") @Accessor(GETTER) @Multi @RuneAttribute("eligibleCountry") public List<? extends FieldWithMetaString> getEligibleCountry()Description copied from interface:EligibilityToHoldCollateralThe restrictions that might be required by a party from the other party in terms of country(ies) where collateral can be held.- Specified by:
getEligibleCountryin interfaceEligibilityToHoldCollateral
-
build
Description copied from interface:EligibilityToHoldCollateralBuild Methods- Specified by:
buildin interfaceEligibilityToHoldCollateral- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceEligibilityToHoldCollateral- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(EligibilityToHoldCollateral.EligibilityToHoldCollateralBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-