Package cdm.legaldocumentation.csa
Interface DatedAsOfDate
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
DatedAsOfDate.DatedAsOfDateBuilder
- All Known Implementing Classes:
DatedAsOfDate.DatedAsOfDateBuilderImpl,DatedAsOfDate.DatedAsOfDateImpl
@RosettaDataType(value="DatedAsOfDate",
builder=DatedAsOfDateBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="DatedAsOfDate",
model="cdm",
builder=DatedAsOfDateBuilderImpl.class,
version="6.19.0")
public interface DatedAsOfDate
extends com.rosetta.model.lib.RosettaModelObject
Defines the dates agreed by the parties as the date of the Credit Support Annex or Credit Support Deed.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of DatedAsOfDatestatic classImmutable Implementation of DatedAsOfDate -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The additional language that might be specified by the parties to the legal agreement.com.rosetta.model.lib.records.DateThe date agreed by the parties as the Dated as of Date for the Credit Support Annex.com.rosetta.model.lib.records.DateThe date agreed by the parties as the Made On date of the Credit Support Deed.com.rosetta.model.lib.records.DateThe date agreed by the parties as the Dated as of Date for the Master Agreement.default Class<? extends DatedAsOfDate> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DatedAsOfDate> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getCsaDatedAsOfDate
com.rosetta.model.lib.records.Date getCsaDatedAsOfDate()The date agreed by the parties as the Dated as of Date for the Credit Support Annex. -
getMasterAgreementDatedAsOfDate
com.rosetta.model.lib.records.Date getMasterAgreementDatedAsOfDate()The date agreed by the parties as the Dated as of Date for the Master Agreement. -
getCsaMadeOn
com.rosetta.model.lib.records.Date getCsaMadeOn()The date agreed by the parties as the Made On date of the Credit Support Deed. -
getAdditionalLanguage
String getAdditionalLanguage()The additional language that might be specified by the parties to the legal agreement. -
build
DatedAsOfDate build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
DatedAsOfDate.DatedAsOfDateBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-