Uses the Component:PayrollDeductionType
This component reflects payroll deduction information for applicants that are employees of the OEM, finance source, etc. that have elected to have payments automatically deducted from their payroll.
Table 6.102. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SpecifiedPerson |
This component is used to communicate the personâs name information associated with the application. | 1..1 | Component | PersonType | |
AlternatePartyDocument |
This component represents identification information for the business party. | 0..* | Component | DocumentABIEType | |
PayrollLocation |
If the applicant is an employee of an OEM, finance source, etc., this code is used to differentiate between OEM, finance source, etc. | 0..1 | Field | udt:TextType | |
PayrollTypeString |
Indicates the type of payroll, e.g. salaried, hourly, etc. | 0..1 | Field | qdt:StringType | |
PayrollFrequencyCode |
Indicates how often the applicant is paid. HR = Hour, WK = Week, BWM = Bi-Weekly, MO = Month, YR = Year, SmMO=SemiMonthly | 0..1 | Field | scl:PayrollFrequencyEnumeratedType |
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.102. PayrollDeduction
<PayrollDeduction> <SpecifiedPerson>......</SpecifiedPerson> [1..1] <AlternatePartyDocument>......</AlternatePartyDocument> [0..*] <PayrollLocation>......</PayrollLocation> [0..1] <PayrollTypeString>......</PayrollTypeString> [0..1] <PayrollFrequencyCode>......</PayrollFrequencyCode> [0..1] </PayrollDeduction>