Package cdm.legaldocumentation.csa
Interface DemandsAndNotices
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
DemandsAndNotices.DemandsAndNoticesBuilder
- All Known Implementing Classes:
DemandsAndNotices.DemandsAndNoticesBuilderImpl,DemandsAndNotices.DemandsAndNoticesImpl
@RosettaDataType(value="DemandsAndNotices",
builder=DemandsAndNoticesBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="DemandsAndNotices",
model="cdm",
builder=DemandsAndNoticesBuilderImpl.class,
version="7.0.0-dev.105")
public interface DemandsAndNotices
extends com.rosetta.model.lib.RosettaModelObject
Specifies the address where the demands, specifications and notices will be communicated to for each of the parties to the agreement.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Annex CSA_NewYork_1994 1994 New York Law Credit Support Annex paragraph "13" * clause "(k)" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of DemandsAndNoticesstatic classImmutable Implementation of DemandsAndNotices -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies if notice shall be deemed to be effective at the time such notice is actually received unless such notice is received on a day which is not a Local Business Day or after the Notification Time on any Local Business Day in which event such notice shall be deemed to be effective on the next succeeding Local Business Day.List<? extends NoticeInformationElection> The parties' contact information election.default Class<? extends DemandsAndNotices> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DemandsAndNotices> 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
-
getPartyElection
List<? extends NoticeInformationElection> getPartyElection()The parties' contact information election. -
getDeemedEffectiveNextLBD
Boolean getDeemedEffectiveNextLBD()Specifies if notice shall be deemed to be effective at the time such notice is actually received unless such notice is received on a day which is not a Local Business Day or after the Notification Time on any Local Business Day in which event such notice shall be deemed to be effective on the next succeeding Local Business Day. If deemed effective,'True'. If not deemed effective, or not stated,'False'. -
build
DemandsAndNotices build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
DemandsAndNotices.DemandsAndNoticesBuilder 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
-