Package cdm.legaldocumentation.csa
Interface CustodianElection.CustodianElectionBuilder
- All Superinterfaces:
CustodianElection,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CustodianElection.CustodianElectionBuilderImpl
- Enclosing interface:
CustodianElection
public static interface CustodianElection.CustodianElectionBuilder
extends CustodianElection, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CustodianElection
CustodianElection.CustodianElectionBuilder, CustodianElection.CustodianElectionBuilderImpl, CustodianElection.CustodianElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CustodianElection
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe custody agent.The identity of the relevant custodian where Named Entity is elected.The identification of the segregated cash account for the purpose of holding cash collateral.The identification of the segregated security account for the purpose of holding security collateral.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAdditionalLanguage(String additionalLanguage) setCustodian(LegalEntity custodian) setLegacyNamedEntity(LegalEntity legacyNamedEntity) setLegacyVMCustodian(LegacyVMCustodianEnum legacyVMCustodian) setParty(CounterpartyRoleEnum party) setSegregatedCashAccount(Account segregatedCashAccount) setSegregatedSecurityAccount(Account segregatedSecurityAccount) Methods inherited from interface cdm.legaldocumentation.csa.CustodianElection
build, getAdditionalLanguage, getLegacyVMCustodian, getParty, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateCustodian
LegalEntity.LegalEntityBuilder getOrCreateCustodian() -
getCustodian
LegalEntity.LegalEntityBuilder getCustodian()Description copied from interface:CustodianElectionThe custody agent. While CreateiQ only specifies the custodian's name, specifying the legal entity as part of the CDM is deemed more appropriate, while this will still provide the ability to accommodate situations where only the entity name is available, as the entityId attribute is optional as part of the LegalEntity class.- Specified by:
getCustodianin interfaceCustodianElection
-
getOrCreateSegregatedCashAccount
Account.AccountBuilder getOrCreateSegregatedCashAccount() -
getSegregatedCashAccount
Account.AccountBuilder getSegregatedCashAccount()Description copied from interface:CustodianElectionThe identification of the segregated cash account for the purpose of holding cash collateral.- Specified by:
getSegregatedCashAccountin interfaceCustodianElection
-
getOrCreateSegregatedSecurityAccount
Account.AccountBuilder getOrCreateSegregatedSecurityAccount() -
getSegregatedSecurityAccount
Account.AccountBuilder getSegregatedSecurityAccount()Description copied from interface:CustodianElectionThe identification of the segregated security account for the purpose of holding security collateral.- Specified by:
getSegregatedSecurityAccountin interfaceCustodianElection
-
getOrCreateLegacyNamedEntity
LegalEntity.LegalEntityBuilder getOrCreateLegacyNamedEntity() -
getLegacyNamedEntity
LegalEntity.LegalEntityBuilder getLegacyNamedEntity()Description copied from interface:CustodianElectionThe identity of the relevant custodian where Named Entity is elected.- Specified by:
getLegacyNamedEntityin interfaceCustodianElection
-
setParty
-
setCustodian
-
setSegregatedCashAccount
-
setSegregatedSecurityAccount
CustodianElection.CustodianElectionBuilder setSegregatedSecurityAccount(Account segregatedSecurityAccount) -
setLegacyVMCustodian
CustodianElection.CustodianElectionBuilder setLegacyVMCustodian(LegacyVMCustodianEnum legacyVMCustodian) -
setLegacyNamedEntity
-
setAdditionalLanguage
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-