Example of Loading Education Loan and DCIA Involuntary Deductions for US Employees

Education Loan orders are for delinquent loans for education granted under the Federal Direct Loan Program or Federal Family Education Loan Program.

Debt Collection Improvement Act (DCIA) orders are issued by Federal agencies for non-tax debts owed to the U.S. government.

Involuntary deduction elements using these secondary classifications need to be configured prior to creating the card components.

Education Loan and DCIA Involuntary Deduction Hierarchy

The card component name is defined by the element configuration, as are the value definitions which are supplied using the Calculation Value Definition and Enterable Calculation Value record types.

Refer to the Load a Card Component for US Involuntary Deductions for details of each of the record types and attributes you need to supply for an involuntary deduction.

The example file lines in the section below are always supplied together in the same CalculationCard.dat file.

Calculation Card

Always supply the CalculationCard record for the Involuntary Deduction, even if the calculation card already exists for the employee.

Here let's create a new Involuntary Deductions card for Payroll Relationship Number 6485851 starting 03-Jan-2022.

METADATA|CalculationCard|SourceSystemOwner|SourceSystemId|LegislativeDataGroupName|DirCardDefinitionName|EffectiveStartDate|EffectiveEndDate|CardSequence|PayrollRelationshipNumber
MERGE|CalculationCard|VISION|ID_6485851|USA LDG|Involuntary Deductions|2022/01/03|||6485851

Card Component

Define the type of Involuntary Deduction using the CardComponent record type.

For the Education Loan and DCIA involuntary deductions you must supply this context attribute:

Attribute Name Value
Context1 Supply a reference code. This value must be unique by deduction type.

In this example let's create a Bankruptcy card component from 03-Jan-2022 that has a reference code of EDUL 32688

METADATA|CardComponent|SourceSystemOwner|SourceSystemId|LegislativeDataGroupName|DirCardId(SourceSystemId)|EffectiveStartDate|EffectiveEndDate|DirCardCompDefName|Context1|Context2|Subpriority
MERGE|CardComponent|VISION|ID_EDU_LOAN_6485851|USA LDG|ID_6485851|2022/01/03||Vision Education Loan|EDUL-32688||

The parent Involuntary Deduction Calculation Card is identified by the DirCardId(SourceSystemId) attribute which has a value that match the SourceSystemId attribute on the CalculationCard record.

Component Details

Use the ComponentDetail record type to provide flexfield segment values. This example supplies a subset of the flexfield segments available.

METADATA|ComponentDetail|SourceSystemOwner|SourceSystemId|LegislativeDataGroupName|DirCardCompId(SourceSystemId)|EffectiveStartDate|EffectiveEndDate|DirCardCompDefName|DirInformationCategory|FLEX:Deduction Developer DF|orderAmtPayee_Display(Deduction Developer DF=INVLN_DEDN_PAYEE_DETAILS)|receivedDate(Deduction Developer DF=INVLN_DEDN_SUPPORT_DATA)|startDate(Deduction Developer DF=INVLN_DEDN_SUPPORT_DATA)|description(Deduction Developer DF=INVLN_DEDN_SUPPORT_DATA)|issuingAuthorityName(Deduction Developer DF=INVLN_DEDN_SUPPORT_DATA)|initialFeeTaken(Deduction Developer DF=INVLN_DEDN_SUPPORT_DATA)|issuingJurisdictionName(Deduction Developer DF=INVLN_DEDN_SUPPORT_DATA)|remittanceIdentifier(Deduction Developer DF=HRX_US_INV_DEDN_DATA)|third2dpartyInvoluntaryDe(Deduction Developer DF=HRX_US_INV_DEDN_DATA)|documentTrackingNumber(Deduction Developer DF=HRX_US_INV_DEDN_DATA)
MERGE|ComponentDetail|VISION|ID_EDU_LOAN_IDPD_6485851|USA LDG|ID_EDU_LOAN_6485851|2022/01/03||Vision Education Loan|INVLN_DEDN_PAYEE_DETAILS|INVLN_DEDN_PAYEE_DETAILS|Education Loan Processor|||||||||
MERGE|ComponentDetail|VISION|ID_EDU_LOAN_IDSD_6485851|USA LDG|ID_EDU_LOAN_6485851|2022/01/03||Vision Education Loan|INVLN_DEDN_SUPPORT_DATA|INVLN_DEDN_SUPPORT_DATA||2022/01/03||Student Loan||||||
MERGE|ComponentDetail|VISION|ID_EDU_LOAN_IDD_6485851|USA LDG|ID_EDU_LOAN_6485851|2022/01/03||Vision Education Loan|HRX_US_INV_DEDN_DATA|HRX_US_INV_DEDN_DATA||||||||6489322|1|DocID1236

The parent Card Component is identified on the ComponentDetails records by the DirCardCompId(SourceSystemId) attribute, which has a value that matches the SourceSystemId on the CardComponent record.

Value Definitions

Use the CalculationValueDefinition and EnterableValueDefinition record types to provide override values for the value definitions.

In this example the following value definitions are overridden:

Value Definition Value
Educational Loan Order Percentage .15
Educational Loan Total Owed Amount 12344.56
Note: Refer to the Cloud Customer Connect topic: US Involuntary Deductions Value Definitions BI Publisher report, to identify all value definitions for the Education Loan or DCIA element.
METADATA|CalculationValueDefinition|SourceSystemOwner|SourceSystemId|LegislativeDataGroupName|SourceId(SourceSystemId)|EffectiveStartDate|EffectiveEndDate|DirCardCompDefName|ValueDefinitionName
MERGE|CalculationValueDefinition|VISION|ID_EDU_LOAN_VD1_6485851|USA LDG|ID_EDU_LOAN_6485851|2022/01/03||Vision Education Loan|Educational Loan Order Percentage
MERGE|CalculationValueDefinition|VISION|ID_EDU_LOAN_VD2_6485851|USA LDG|ID_EDU_LOAN_6485851|2022/01/03||Vision Education Loan|Educational Loan Total Owed Amount

METADATA|EnterableCalculationValue|SourceSystemOwner|SourceSystemId|LegislativeDataGroupName|ValueDefnId(SourceSystemId)|EffectiveStartDate|EffectiveEndDate|Value1
MERGE|EnterableCalculationValue|VISION|ID_EDU_LOAN_VD1_ECV_6485851|USA LDG|ID_EDU_LOAN_VD1_6485851|2022/01/03||0.15
MERGE|EnterableCalculationValue|VISION|ID_EDU_LOAN_VD2_ECV_6485851|USA LDG|ID_EDU_LOAN_VD2_6485851|2022/01/03||12344.56

The parent Card Component is identified on the CalculationValueDefinitions records by the SourceId(SourceSystemId) attribute which has a value that matches the SourceSystemId on the CardComponent record.

The parent for each Calculation Value Definition is identified on each EnterableCalculationValue record using the ValueDefnId(SourceSystemId) attribute, which has a value that matches the SourceSystemID attribute on the parent CalculationValueDefinition record.