Skip to content

Enum: AggregationSpecificationEnum

The potential options for specifying whether mark to market value of collateral is determined on an aggregated or loan by loan basis.

URI: common_domain_model:AggregationSpecificationEnum

Permissible Values

Value Meaning Description
Aggregated None The market value is determined on an aggregated basis
LoanByLoan None The market value is determined on a loan by loan basis
AggregatedAndLoanByLoan None The market value is determined on an aggregated basis for some loans but on a...
NotSpecified None It is not specified how the market value is determined

Slots

Name Description
aggregationType How is the mark to market value determined?

Identifier and Mapping Information

Schema Source

LinkML Source

name: AggregationSpecificationEnum
description: The potential options for specifying whether mark to market value of
  collateral is determined on an aggregated or loan by loan basis.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Aggregated:
    text: Aggregated
    description: The market value is determined on an aggregated basis.
  LoanByLoan:
    text: LoanByLoan
    description: The market value is determined on a loan by loan basis.
  AggregatedAndLoanByLoan:
    text: AggregatedAndLoanByLoan
    description: The market value is determined on an aggregated basis for some loans
      but on a Loan by Loan basis for others.
  NotSpecified:
    text: NotSpecified
    description: It is not specified how the market value is determined.