Skip to content

Enum: AssetBackedEnum

Specifies the underlying asset or asset pool securing an Asset Backed debt instrument.

URI: common_domain_model:AssetBackedEnum

Permissible Values

Value Meaning Description
HomeEquity None When the asset(s) backing the debt are home equity loans, in which the borrow...
AutoLoan None When the asset(s) backing the debt are auto loans
StudentLoan None When the asset(s) backing the debt are student loans
CreditCard None When the asset(s) backing the debt are credit card loans
Property None When the asset(s) backing the debt are property, typically when the debt is a...
Mortgage None When the asset(s) backing the debt instrument is a pool of mortgage loans, e
Other None Any other asset which generates receivables for an Asset Backed Security

Slots

Name Description
assetBacked Specifies the type of Asset Backed Security

Identifier and Mapping Information

Schema Source

LinkML Source

name: AssetBackedEnum
description: Specifies the underlying asset or asset pool securing an Asset Backed
  debt instrument.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  HomeEquity:
    text: HomeEquity
    description: When the asset(s) backing the debt are home equity loans, in which
      the borrower uses the equity of their home as collateral.
  AutoLoan:
    text: AutoLoan
    description: When the asset(s) backing the debt are auto loans.
  StudentLoan:
    text: StudentLoan
    description: When the asset(s) backing the debt are student loans.
  CreditCard:
    text: CreditCard
    description: When the asset(s) backing the debt are credit card loans.
  Property:
    text: Property
    description: When the asset(s) backing the debt are property, typically when the
      debt is a mortgage loan.
  Mortgage:
    text: Mortgage
    description: When the asset(s) backing the debt instrument is a pool of mortgage
      loans, e.g. for a mortgage backed security.
  Other:
    text: Other
    description: Any other asset which generates receivables for an Asset Backed Security.