CreditScoreGroup

Uses the Component:CreditScoreGroupType

The Credit Score Group component provides information about an individual's credit score(s).

Fields and Components

Table 6.52. Fields and Components

Name Description Occurrence Type Data Type User Notes
RatingIndex

Rating Index Used for Credit Approval

1..1Field oag:CodeType  
Score

A score is a number representing a value that results from an assessment of an individual, an item, etc.

0..1Field oag:NumberType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.59. CreditScoreGroup

<CreditScoreGroup>
     <RatingIndex>......</RatingIndex>     [1..1]
     <Score>......</Score>     [0..1]
</CreditScoreGroup>