Consumer Mortgage Status in ESG data model

Traits

Traits for this entity are listed here.

is.CDM.entityVersion

ParameterValueData typeExplanation
versionNumber"4.3"stringsemantic version number of the entity

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enBase entity from which all ESG Data Model entities are derived.
enThe status of the mortgage as of the date for the associated reporting period.
entitya reference to the constant entity holding the list of localized text

is.identifiedBy
names a specific identity attribute to use with an entity

ParameterValueData typeExplanation
attributeConsumerMortgageStatus/(resolvedAttributes)/ReportingDateattribute

minimumObjectModelVersion
Minimum version of the object model required to fully understand the data schema used.

ParameterValueData typeExplanation
versionNumber"1.2.3"string

is.IDM.modelVersion
Semantic version number of the IDM.

ParameterValueData typeExplanation
versionNumber"2.0.0"string

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{05F9B5D5-7BA7-44CC-B676-04EFD78E2AA7}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nativeTo.businessArea
The name of the business area from which the entity originates.

ParameterValueData typeExplanation
name"Customer Credit & Collections"string

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enConsumer Mortgage Status
entitya reference to the constant entity holding the list of localized text

has.entitySchemaAbstractionLevel
A level of abstraction assigned to an Entity schema. Logical schema descriptions use complex dataTypes, inheritance, and entities as attributes. Resolved descriptions contain none of those things, only final trait and attribute sets are shown. A composition schema manipulates, guides, or restates parts of logical schemas to produce one resolved schema.

ParameterValueData typeExplanation
level"resolved"stringPossible values: logical, composition, resolved

Attributes

Name Description First Included in Instance
CreditGrantorId The unique identifier of a Credit Grantor. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageLoanAccountNumber The unique identifier of a Customer Account. Sustainability/esg-data-model/ConsumerMortgageStatus
ReportingDate The date of the associated status. Sustainability/esg-data-model/ConsumerMortgageStatus
ReportingPeriodStartDate The reporting period start date. Sustainability/esg-data-model/ConsumerMortgageStatus
ReportingPeriodEndDate The reporting period end date. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageBalanceAmount The balance on a loan account is the amount remaining to be paid back. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageTotalInterestPaid The total amount of interest paid to date upon the loan. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageTotalPrincipalPaid The total amount of principal paid to date upon the loan. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageLastPaymentDueDate The last payment due date. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageLastPaymentDueAmount The last payment due amount. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageLastPaymentMadeDate The date of the last payment. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageLastPaymentMadeAmount The amount of the last payment. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageTotalOverduePaymentsAmount The total amount of overdue mortgage payments. Sustainability/esg-data-model/ConsumerMortgageStatus
MortgageTotalDefaultPaymentsAmount The total amount of default mortgage payments. Sustainability/esg-data-model/ConsumerMortgageStatus
AccountStatusId The unique identifier of an Account Status. Sustainability/esg-data-model/ConsumerMortgageStatus
IsoCurrencyCode The ISO 4217 currency code. Sustainability/esg-data-model/ConsumerMortgageStatus

CreditGrantorId

The unique identifier of a Credit Grantor. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameCredit Grantor ID
descriptionThe unique identifier of a Credit Grantor.
isPrimaryKeytrue
dataFormatint32

Traits

List of traits for the CreditGrantorId attribute are listed here.

is.dataFormat.integer
is.identifiedBy
names a specific identity attribute to use with an entity

ParameterValueData typeExplanation
attributeConsumerMortgageStatus/(resolvedAttributes)/CreditGrantorIdattribute

is.linkedEntity.identifier
Marks the attributes that hold foreign key references to a linked (used as an attribute) entity. This attribute is added to the resolved entity to enumerate the referenced entities.

ParameterValueData typeExplanation
entityReferences
entityReferenceattributeReference
MortgageLoanSummary.cdm.json/MortgageLoanSummaryCreditGrantorId
entitya reference to the constant entity holding the list of entity references

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enCredit Grantor ID
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe unique identifier of a Credit Grantor.
entitya reference to the constant entity holding the list of localized text

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{3A8AE798-4DEB-4A42-82E1-567FC172066B}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.dataFormat.integer

MortgageLoanAccountNumber

The unique identifier of a Customer Account. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Loan Account Number
descriptionThe unique identifier of a Customer Account.
isPrimaryKeytrue
dataFormatstring
maximumLength20

Traits

List of traits for the MortgageLoanAccountNumber attribute are listed here.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, and Array of Byte is a Binary Object.

is.identifiedBy
names a specific identity attribute to use with an entity

ParameterValueData typeExplanation
attributeConsumerMortgageStatus/(resolvedAttributes)/MortgageLoanAccountNumberattribute

is.linkedEntity.identifier
Marks the attributes that hold foreign key references to a linked (used as an attribute) entity. This attribute is added to the resolved entity to enumerate the referenced entities.

ParameterValueData typeExplanation
entityReferences
entityReferenceattributeReference
MortgageLoanSummary.cdm.json/MortgageLoanSummaryMortgageLoanAccountNumber
entitya reference to the constant entity holding the list of entity references

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Loan Account Number
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe unique identifier of a Customer Account.
entitya reference to the constant entity holding the list of localized text

is.constrained
maximum length or value constraints

ParameterValueData typeExplanation
maximumLength"20"integer

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{8620E28E-CE01-492F-9076-840E77F91F51}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, and Array of Byte is a Binary Object.

ReportingDate

The date of the associated status. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameReporting Date
descriptionThe date of the associated status.
isPrimaryKeytrue
dataFormatdate

Traits

List of traits for the ReportingDate attribute are listed here.

is.dataFormat.date
means.measurement.date
is.identifiedBy
names a specific identity attribute to use with an entity

ParameterValueData typeExplanation
attributeConsumerMortgageStatus/(resolvedAttributes)/ReportingDateattribute

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{2113D35A-95D0-4F3E-AB2E-5B9602CAD93B}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enReporting Date
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe date of the associated status.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

ReportingPeriodStartDate

The reporting period start date. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameReporting Period Start Date
descriptionThe reporting period start date.
dataFormatdate
isNullabletrue

Traits

List of traits for the ReportingPeriodStartDate attribute are listed here.

is.dataFormat.date
means.measurement.date
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{F0C0C514-93F4-4DD6-85A2-F71EC2806AFA}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enReporting Period Start Date
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe reporting period start date.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

ReportingPeriodEndDate

The reporting period end date. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameReporting Period End Date
descriptionThe reporting period end date.
dataFormatdate
isNullabletrue

Traits

List of traits for the ReportingPeriodEndDate attribute are listed here.

is.dataFormat.date
means.measurement.date
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{42D21B7C-64ED-4BD3-8180-1A8AADF28B6F}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enReporting Period End Date
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe reporting period end date.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

MortgageBalanceAmount

The balance on a loan account is the amount remaining to be paid back. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Balance Amount
descriptionThe balance on a loan account is the amount remaining to be paid back.
dataFormatdecimal
isNullabletrue

Traits

List of traits for the MortgageBalanceAmount attribute are listed here.

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

ParameterValueData typeExplanation
precision"18"integerthe total number of significant digits
scale"2"integerthe number of digits to the right of the decimal place

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{1CAB404E-7195-4CA8-B98A-CF552073D818}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Balance Amount
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe balance on a loan account is the amount remaining to be paid back.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

MortgageTotalInterestPaid

The total amount of interest paid to date upon the loan. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Total Interest Paid
descriptionThe total amount of interest paid to date upon the loan.
dataFormatdecimal
isNullabletrue

Traits

List of traits for the MortgageTotalInterestPaid attribute are listed here.

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

ParameterValueData typeExplanation
precision"18"integerthe total number of significant digits
scale"2"integerthe number of digits to the right of the decimal place

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{6D09B021-C1B4-4FD6-A5A0-83393617940D}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Total Interest Paid
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe total amount of interest paid to date upon the loan.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

MortgageTotalPrincipalPaid

The total amount of principal paid to date upon the loan. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Total Principal Paid
descriptionThe total amount of principal paid to date upon the loan.
dataFormatdecimal
isNullabletrue

Traits

List of traits for the MortgageTotalPrincipalPaid attribute are listed here.

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

ParameterValueData typeExplanation
precision"18"integerthe total number of significant digits
scale"2"integerthe number of digits to the right of the decimal place

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{55144825-F08D-402E-8087-50E9DF8175B0}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Total Principal Paid
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe total amount of principal paid to date upon the loan.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

MortgageLastPaymentDueDate

The last payment due date. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Last Payment Due Date
descriptionThe last payment due date.
dataFormatdate
isNullabletrue

Traits

List of traits for the MortgageLastPaymentDueDate attribute are listed here.

is.dataFormat.date
means.measurement.date
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{A3D50BB4-A88D-4028-85EE-4002B68B63B6}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Last Payment Due Date
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe last payment due date.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

MortgageLastPaymentDueAmount

The last payment due amount. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Last Payment Due Amount
descriptionThe last payment due amount.
dataFormatdecimal
isNullabletrue

Traits

List of traits for the MortgageLastPaymentDueAmount attribute are listed here.

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

ParameterValueData typeExplanation
precision"18"integerthe total number of significant digits
scale"2"integerthe number of digits to the right of the decimal place

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{D37A2F7A-1E8F-4FCE-BA53-DD0F868CB962}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Last Payment Due Amount
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe last payment due amount.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

MortgageLastPaymentMadeDate

The date of the last payment. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Last Payment Made Date
descriptionThe date of the last payment.
dataFormatdate
isNullabletrue

Traits

List of traits for the MortgageLastPaymentMadeDate attribute are listed here.

is.dataFormat.date
means.measurement.date
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{5E071FBA-DF02-4033-8974-6530C3FFE004}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Last Payment Made Date
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe date of the last payment.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

MortgageLastPaymentMadeAmount

The amount of the last payment. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Last Payment Made Amount
descriptionThe amount of the last payment.
dataFormatdecimal
isNullabletrue

Traits

List of traits for the MortgageLastPaymentMadeAmount attribute are listed here.

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

ParameterValueData typeExplanation
precision"18"integerthe total number of significant digits
scale"2"integerthe number of digits to the right of the decimal place

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{55D2901C-2804-4D69-BFB1-7B71561C6C2A}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Last Payment Made Amount
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe amount of the last payment.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

MortgageTotalOverduePaymentsAmount

The total amount of overdue mortgage payments. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Total Overdue Payments Amount
descriptionThe total amount of overdue mortgage payments.
dataFormatdecimal
isNullabletrue

Traits

List of traits for the MortgageTotalOverduePaymentsAmount attribute are listed here.

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

ParameterValueData typeExplanation
precision"18"integerthe total number of significant digits
scale"2"integerthe number of digits to the right of the decimal place

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{738571F4-041F-48EA-A96C-34259A15423F}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Total Overdue Payments Amount
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe total amount of overdue mortgage payments.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

MortgageTotalDefaultPaymentsAmount

The total amount of default mortgage payments. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameMortgage Total Default Payments Amount
descriptionThe total amount of default mortgage payments.
dataFormatdecimal
isNullabletrue

Traits

List of traits for the MortgageTotalDefaultPaymentsAmount attribute are listed here.

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

ParameterValueData typeExplanation
precision"18"integerthe total number of significant digits
scale"2"integerthe number of digits to the right of the decimal place

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{691444CD-833A-4A42-A155-D7A922D27DAF}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enMortgage Total Default Payments Amount
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe total amount of default mortgage payments.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values

AccountStatusId

The unique identifier of an Account Status. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameAccount Status ID
descriptionThe unique identifier of an Account Status.
dataFormatint32
isNullabletrue

Traits

List of traits for the AccountStatusId attribute are listed here.

is.dataFormat.integer
is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enAccount Status ID
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe unique identifier of an Account Status.
entitya reference to the constant entity holding the list of localized text

is.linkedEntity.identifier
Marks the attributes that hold foreign key references to a linked (used as an attribute) entity. This attribute is added to the resolved entity to enumerate the referenced entities.

ParameterValueData typeExplanation
entityReferences
entityReferenceattributeReference
AccountStatus.cdm.json/AccountStatusAccountStatusId
entitya reference to the constant entity holding the list of entity references

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{7184F42A-4F72-435B-A6C0-DF75C3FE3056}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.dataFormat.integer

IsoCurrencyCode

The ISO 4217 currency code. First included in: Sustainability/esg-data-model/ConsumerMortgageStatus (this entity)

Properties

NameValue
displayNameISO Currency Code
descriptionThe ISO 4217 currency code.
dataFormatstring
maximumLength3
isNullabletrue

Traits

List of traits for the IsoCurrencyCode attribute are listed here.

is.dataFormat.character
is.dataFormat.big
indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, and Array of Byte is a Binary Object.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enISO Currency Code
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe ISO 4217 currency code.
entitya reference to the constant entity holding the list of localized text

is.constrained
maximum length or value constraints

ParameterValueData typeExplanation
maximumLength"3"integer

is.linkedEntity.identifier
Marks the attributes that hold foreign key references to a linked (used as an attribute) entity. This attribute is added to the resolved entity to enumerate the referenced entities.

ParameterValueData typeExplanation
entityReferences
entityReferenceattributeReference
Currency.cdm.json/CurrencyIsoCurrencyCode
entitya reference to the constant entity holding the list of entity references

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define more identification values.

ParameterValueData typeExplanation
identifier"{C62C7574-DB69-4793-809C-398CDB02556F}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.dataFormat.character
is.dataFormat.array
indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String, and Array of Byte is a Binary Object.