Interface ExposureScope

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ExposureScope.ExposureScopeBuilder
All Known Implementing Classes:
ExposureScope.ExposureScopeBuilderImpl, ExposureScope.ExposureScopeImpl

@RosettaDataType(value="ExposureScope", builder=ExposureScopeBuilderImpl.class, version="6.19.0") @RuneDataType(value="ExposureScope", model="cdm", builder=ExposureScopeBuilderImpl.class, version="6.19.0") public interface ExposureScope extends com.rosetta.model.lib.RosettaModelObject
Optionally, for each party, specifies the amendments to the included coverage in the calculation of Exposure.
Version:
6.19.0
  • Field Details

  • Method Details

    • getPartyElection

      List<? extends LegacyExposureScopeElection> getPartyElection()
      Defines the electice scope for a specific party.
    • build

      ExposureScope build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExposureScope> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ExposureScope> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject