Package cdm.legaldocumentation.csa
Interface CustodianEvent.CustodianEventBuilder
- All Superinterfaces:
CustodianEvent,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CustodianEvent.CustodianEventBuilderImpl
- Enclosing interface:
CustodianEvent
public static interface CustodianEvent.CustodianEventBuilder
extends CustodianEvent, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CustodianEvent
CustodianEvent.CustodianEventBuilder, CustodianEvent.CustodianEventBuilderImpl, CustodianEvent.CustodianEventImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CustodianEvent
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe qualification of the Custodian Event (English Law & New York Law ISDA CSA) or Collateral Manager Event (Japanese Law ISDA CSA) End Date.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setEndDate(CustodianEventEndDate endDate) setIsApplicable(Boolean isApplicable) Methods inherited from interface cdm.legaldocumentation.csa.CustodianEvent
build, getIsApplicable, 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
-
getOrCreateEndDate
CustodianEventEndDate.CustodianEventEndDateBuilder getOrCreateEndDate() -
getEndDate
CustodianEventEndDate.CustodianEventEndDateBuilder getEndDate()Description copied from interface:CustodianEventThe qualification of the Custodian Event (English Law & New York Law ISDA CSA) or Collateral Manager Event (Japanese Law ISDA CSA) End Date.- Specified by:
getEndDatein interfaceCustodianEvent
-
setIsApplicable
-
setEndDate
-
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
-