Skip to content

Class: NegativeCriteria

Used to apply a NOT logic condition to a single Collateral Criteria.

URI: common_domain_model:NegativeCriteria

 classDiagram
    class NegativeCriteria
    click NegativeCriteria href "../NegativeCriteria/"
      NegativeCriteria : negativeCriteria





        NegativeCriteria --> "1" CollateralCriteria : negativeCriteria
        click CollateralCriteria href "../CollateralCriteria/"



Slots

Name Cardinality and Range Description Inheritance
negativeCriteria 1
CollateralCriteria or 
AllCriteria or 
AnyCriteria or 
NegativeCriteria or 
CollateralIssuerType or 
CollateralGuarantorType or 
AssetType or 
IssuerCountryOfOrigin or 
AssetCountryOfOrigin or 
CurrencyCodeEnum or 
IssuerName or 
IssuerAgencyRating or 
SovereignAgencyRating or 
AssetAgencyRating or 
AssetMaturity or 
SpecificAsset or 
CollateralTaxonomy or 
ListingExchange or 
ListingSector or 
IndexType or 
CounterpartyOwnIssuePermitted or 
DomesticCurrencyIssued
direct

Usages

used by used in type used
CollateralCriteriaBase collateralCriteria any_of[range] NegativeCriteria
EligibleCollateralCriteria collateralCriteria any_of[range] NegativeCriteria
ConcentrationLimitCriteria collateralCriteria any_of[range] NegativeCriteria
NegativeCriteria negativeCriteria any_of[range] NegativeCriteria

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:NegativeCriteria
native common_domain_model:NegativeCriteria

LinkML Source

Direct

name: NegativeCriteria
description: Used to apply a NOT logic condition to a single Collateral Criteria.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- negativeCriteria

Induced

name: NegativeCriteria
description: Used to apply a NOT logic condition to a single Collateral Criteria.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  negativeCriteria:
    name: negativeCriteria
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: NegativeCriteria
    domain_of:
    - NegativeCriteria
    range: CollateralCriteria
    required: true
    any_of:
    - range: AllCriteria
    - range: AnyCriteria
    - range: NegativeCriteria
    - range: CollateralIssuerType
    - range: CollateralGuarantorType
    - range: AssetType
    - range: IssuerCountryOfOrigin
    - range: AssetCountryOfOrigin
    - range: CurrencyCodeEnum
    - range: IssuerName
    - range: IssuerAgencyRating
    - range: SovereignAgencyRating
    - range: AssetAgencyRating
    - range: AssetMaturity
    - range: SpecificAsset
    - range: CollateralTaxonomy
    - range: ListingExchange
    - range: ListingSector
    - range: IndexType
    - range: CounterpartyOwnIssuePermitted
    - range: DomesticCurrencyIssued