Uses the Component:EmploymentDemographicsType
Information that relates to the demographics of employment. Items include income, employment period, etc.
Table 6.64. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
IncomeAmount | 0..1 | Field | udt:AmountType | ||
IncomePeriodCode |
HR = Hour, WK = Week, BiWK = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly, SmAN=SemiAnnually | 0..1 | Field | scl:IncomePeriodEnumeratedType | |
EmploymentPeriod |
The length of time that a person has been employed. | 0..1 | Component | PeriodABIEType | |
EmploymentStatusCode |
Identifies the business party's status of employment. EX: Full, part time, etc. | 0..1 | Field | udt:CodeType | |
Occupation |
Occupation of business party | 0..1 | Field | udt:TextType | |
OccupationCategoryCode |
A catorgorization of an occupation like Medical, Information Systems, etc. | 0..1 | Field | udt:CodeType | |
SelfEmployedIndicator |
Indicates whether or not the applicant is self-employed. | 0..1 | Field | udt:IndicatorType |
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.64. EmploymentDemographics
<EmploymentDemographics> <IncomeAmount>......</IncomeAmount> [0..1] <IncomePeriodCode>......</IncomePeriodCode> [0..1] <EmploymentPeriod>......</EmploymentPeriod> [0..1] <EmploymentStatusCode>......</EmploymentStatusCode> [0..1] <Occupation>......</Occupation> [0..1] <OccupationCategoryCode>......</OccupationCategoryCode> [0..1] <SelfEmployedIndicator>......</SelfEmployedIndicator> [0..1] </EmploymentDemographics>