Package cdm.legaldocumentation.csa
Interface CoveredTransactions
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CoveredTransactions.CoveredTransactionsBuilder
- All Known Implementing Classes:
CoveredTransactions.CoveredTransactionsBuilderImpl,CoveredTransactions.CoveredTransactionsImpl
@RosettaDataType(value="CoveredTransactions",
builder=CoveredTransactionsBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="CoveredTransactions",
model="cdm",
builder=CoveredTransactionsBuilderImpl.class,
version="6.19.0")
public interface CoveredTransactions
extends com.rosetta.model.lib.RosettaModelObject
Specification of Transactions covered by the legal agreement.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CoveredTransactionsstatic classImmutable Implementation of CoveredTransactions -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends AdditionalObligations> The party specific additional obligations applicable to the document.Covered Transactions when not expressed using the ISDA taxonomy.List<? extends ProductTaxonomy> Covered Transactions when expressed using the ISDA taxonomy.The bespoke definition of exposure for Covered Transactions as part of the agreement.com.rosetta.model.lib.records.DateIncludes any Transaction specified below that is entered into on or after the specified date.List<? extends ExposureScope> Specification of amendments to the calculation of Exposure in terms of the Transactions covered.default Class<? extends CoveredTransactions> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CoveredTransactions> 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
-
getInclusionDate
com.rosetta.model.lib.records.Date getInclusionDate()Includes any Transaction specified below that is entered into on or after the specified date. -
getCoveredTransactions
List<? extends ProductTaxonomy> getCoveredTransactions()Covered Transactions when expressed using the ISDA taxonomy. -
getBespokeCoveredTransactions
Covered Transactions when not expressed using the ISDA taxonomy. -
getAdditionalObligations
List<? extends AdditionalObligations> getAdditionalObligations()The party specific additional obligations applicable to the document. -
getExposure
String getExposure()The bespoke definition of exposure for Covered Transactions as part of the agreement. -
getLegacyExposure
List<? extends ExposureScope> getLegacyExposure()Specification of amendments to the calculation of Exposure in terms of the Transactions covered. -
build
CoveredTransactions build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CoveredTransactions.CoveredTransactionsBuilder 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
-