Examples
p2_btchidc.dat
p99_btchidc.dat
Order | Element | Format | Example | Notes |
1 | Lease number | Lnnnnnnnnnn | L498573 (representing lease 498573) | Always required |
2 | IDC type | IDCB for Book IDC IDCT for Tax IDC IDC2 for Notary Fee |
IDCB | Always required |
3 | New beginning IDC amount | 9999999999, where the last two digits represent cents (do not use a decimal point) | 43298 (representing $432.98) | Always required |
4 | Broker number | Bnnnnnnnnn | B756 (representing broker 756) | Required for IDC2 |
5 | Disbursal Y/N flag | Y to disburse payable, N to leave payable undisbursed | Y | Required for IDC2 |
L498573,IDCT,43298
(adjust the Tax IDC of Lease 498573 to the new beginning amount of $432.98)
L337088,IDC2,7500,B23,Y
(write up the IDC2 Notary Fee of Lease 337088 to the new beginning amount of $75.00 and disburse the payable to Broker 23)
L498573,IDCB,65714Three separate lines:
L498573,IDCT,43298
L498573,IDC2,15000,B756,Y
This utility processes a batch input file to make adjustments to Book IDC and Tax IDC and perform write-ups to IDC2 Notary Fee. Do you wish to continue (Y/N)?Users need to enter Y to continue. The program displays:
Client Password?Users need to enter their LeasePak client string password. The program displays:
Enter the portfolio number or <RETURN> to exit>Users need to enter a portfolio number that matches one of the batch input files they have previously set up.
Processing complete. The audit (pnn_btchidc_a.rpt) and exceptions (pnn_btchidc_b.rpt) reports are in your LeasePak server home directory.(where pnn is 'p' followed by the portfolio number) and return users to the LeasePak Utilities menu.
Element | Edit Check | Exception Message on Failure |
Lease number | Must be first element on the line and begin with 'L' | Lease number missing or invalid |
Lease number | Must exist in database as a lease | Lease does not exist |
Lease number | Must belong to specified portfolio | Lease is not in specified portfolio |
Lease number | Must not be an Asset Focus lease | Lease is an Asset Focus lease |
Lease number | Must not be paid off or terminated | Lease is paid off/terminated |
IDC type | Must be second on the line and be 'IDCB', 'IDCT', or 'IDC2' | IDC type missing or invalid |
New beginning IDC amount | Must be third element on the line, must be positive numeric amount without a decimal point | Beginning IDC amount missing or invalid |
New beginning IDC amount | For write-downs, difference between new and original beginning IDC must not exceed existing unamortized amount: New Beginning IDC – Original Beginning IDC + Existing Unamortized >= 0 |
Amount of decrease cannot exceed unamortized amount |
New beginning IDC amount | For IDC2, new beginning IDC must be greater than original beginning IDC | New beginning IDC2 must be greater than previous IDC2 |
Broker number | For IDC2 only*; must be fourth element on the line and begin with 'B' | Broker number missing or invalid |
Broker number | For IDC2 only*; must exist in database as a broker | Broker does not exist |
Broker number | For IDC2 only*; must be a broker in Active status | Broker is not active |
Disbursal Y/N flag | For IDC2 only*; must be fifth element on the line and be 'Y' or 'N' | Disbursal Y/N flag missing or invalid |
Column | Description | New Amount |
idc_d | Total Initial Direct Costs | Beginning IDC amount from input line |
idc_rem_d | Unamortized IDC – Book | Recalculated amount based on new beginning IDC amount (same calculation as though using U0104 Payment Reschedule) |
Column | Description | New Amount |
idc_d | Total Initial Direct Costs | Beginning IDC amount from input line |
Column | Description | New Amount |
idc_tax_d | Tax IDC | Beginning IDC amount from input line |
idc_rem_tax_d | Unamortized IDC – Tax | Recalculated amount based on new beginning IDC amount (same calculation as though using U0104 Payment Reschedule) |
Column | Description | New Value/Amount |
idc2_notary_fee_pay_to_s | Notary fee payable to IDC2 | Broker number from input line |
idc2_notary_fee_d | Notary fee IDC2 | Beginning IDC2 amount from input line |
idc2_notary_fee_ue_d | Notary fee unearned IDC2 | Recalculated amount based on new beginning IDC2 amount (same calculation as though using U0104 Payment Reschedule) |
idc2_notary_fee_ap_d* | Notary fee accounts payable IDC2 | Increase in unamortized IDC2 amount payable to the broker |
Debit | Credit | Amount |
34 Unamortized IDC Cost | 102 IDC Offset | After recalculation, the difference between the new and old beginning IDC amounts |
Debit | Credit | Amount |
7 Unearned Income | 33 Revenue | After recalculation, the difference between the new and old beginning IDC amounts |
Debit | Credit | Amount |
102 IDC Offset | 34 Unamortized IDC Cost | After recalculation, the difference between the old and new beginning IDC amounts |
Debit | Credit | Amount |
33 Revenue | 7 Unearned Income | After recalculation, the difference between the old and new beginning IDC amounts |
Debit | Credit | Amount |
173 Unamortized Notary Fee | 73 Notary Fee Payable | After recalculation, the difference between the old and new beginning IDC2 amounts |
Debit | Credit | Amount |
73 Notary Fee Payable | 126 Cash—Default Disbursal (or other cash account as selected in U0212 Miscellaneous Customizations) | After recalculation, the difference between the new and old beginning IDC2 amounts |
Column Name | Description/Value |
Lease | Lease number from input line |
IDC Type | 'Book', 'Tax', or 'IDC2' |
Previous Beginning IDC | Beginning IDC amount before adjustment |
New Beginning IDC | Beginning IDC amount after adjustment |
Previous Unamortized/UE | Remaining unamortized/unearned amount before adjustment |
New Unamortized/UE | Remaining unamortized/unearned amount after adjustment |
Debit | Number and name of G/L account debited |
Credit | Number and name of G/L account credited |
G/L Change | Amount of debit/credit |
Column Name | Description/Value |
Input Line | The full line from the input file |
Exception Message | The exception message corresponding to the failed edit check |