Skip to content

Class: LoanParticipation

A class to specify loan with a participation agreement whereby the buyer is capable of creating, or procuring the creation of, a contractual right in favour of the seller that provides the seller with recourse to the participation seller for a specified share in any payments due under the relevant loan which are received by the participation seller. ISDA 2003 Term: Direct Loan Participation.

URI: common_domain_model:LoanParticipation

 classDiagram
    class LoanParticipation
    click LoanParticipation href "../LoanParticipation/"
      PCDeliverableObligationCharac <|-- LoanParticipation
        click PCDeliverableObligationCharac href "../PCDeliverableObligationCharac/"

      LoanParticipation : applicable

      LoanParticipation : partialCashSettlement

      LoanParticipation : qualifyingParticipationSeller

Inheritance

Slots

Name Cardinality and Range Description Inheritance
qualifyingParticipationSeller 0..1
string
If Direct Loan Participation is specified as a deliverable obligation charact... direct
applicable 1
Boolean
Indicates whether the provision is applicable PCDeliverableObligationCharac
partialCashSettlement 0..1
Boolean
Specifies whether either 'Partial Cash Settlement of Assignable Loans', 'Part... PCDeliverableObligationCharac

Usages

used by used in type used
DeliverableObligations directLoanParticipation range LoanParticipation
DeliverableObligations indirectLoanParticipation range LoanParticipation

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: LoanParticipation
description: 'A class to specify loan with a participation agreement whereby the buyer
  is capable of creating, or procuring the creation of, a contractual right in favour
  of the seller that provides the seller with recourse to the participation seller
  for a specified share in any payments due under the relevant loan which are received
  by the participation seller. ISDA 2003 Term: Direct Loan Participation.'
in_subset:
- cdm_product_common_settlement
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: PCDeliverableObligationCharac
slots:
- qualifyingParticipationSeller

Induced

name: LoanParticipation
description: 'A class to specify loan with a participation agreement whereby the buyer
  is capable of creating, or procuring the creation of, a contractual right in favour
  of the seller that provides the seller with recourse to the participation seller
  for a specified share in any payments due under the relevant loan which are received
  by the participation seller. ISDA 2003 Term: Direct Loan Participation.'
in_subset:
- cdm_product_common_settlement
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: PCDeliverableObligationCharac
attributes:
  qualifyingParticipationSeller:
    name: qualifyingParticipationSeller
    description: 'If Direct Loan Participation is specified as a deliverable obligation
      characteristic, this specifies any requirements for the Qualifying Participation
      Seller. The requirements may be listed free-form. ISDA 2003 Term: Qualifying
      Participation Seller.'
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: LoanParticipation
    domain_of:
    - LoanParticipation
    range: string
  applicable:
    name: applicable
    description: Indicates whether the provision is applicable.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: LoanParticipation
    domain_of:
    - NotDomesticCurrency
    - SpecifiedCurrency
    - FinalReturns
    - FailureToPay
    - GracePeriodExtension
    - Restructuring
    - VolatilityCapFloor
    - PCDeliverableObligationCharac
    range: boolean
    required: true
  partialCashSettlement:
    name: partialCashSettlement
    description: Specifies whether either 'Partial Cash Settlement of Assignable Loans',
      'Partial Cash Settlement of Consent Required Loans' or 'Partial Cash Settlement
      of Participations' is applicable. If this element is specified and Assignable
      Loan is a Deliverable Obligation Characteristic, any Assignable Loan that is
      deliverable, but where a non-receipt of Consent by the Physical Settlement Date
      has occurred, the Loan can be cash settled rather than physically delivered.
      If this element is specified and Consent Required Loan is a Deliverable Obligation
      Characteristic, any Consent Required Loan that is deliverable, but where a non-receipt
      of Consent by the Physical Settlement Date has occurred, the Loan can be cash
      settled rather than physically delivered. If this element is specified and Direct
      Loan Participation is a Deliverable Obligation Characteristic, any Participation
      that is deliverable, but where this participation has not been effected (has
      not come into effect) by the Physical Settlement Date, the participation can
      be cash settled rather than physically delivered.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: LoanParticipation
    domain_of:
    - PCDeliverableObligationCharac
    range: boolean