Uses the Component:CreditScoreGroupType
The Credit Score Group component provides information about an individual's credit score(s).
Table 6.85. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| RatingIndexCode | 
                         Rating Index Used for Credit Approval  | 1..1 | Field | udt:CodeType | |
| ScoreNumeric | 
                         A score is a number representing a value that results from an assessment of an individual, an item, etc.  | 0..1 | Field | udt:NumericType | 
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.85. CreditScoreGroup
<CreditScoreGroup>
     <RatingIndexCode>......</RatingIndexCode>     [1..1]
     <ScoreNumeric>......</ScoreNumeric>     [0..1]
</CreditScoreGroup>