|
||||||
Reckoner fast -- Batch Processing |
||||||
|
Customer supplies a Comma Separated Value (CSV) file similar to the one below. calcName,lienPosition,loanAmount,loanApplicationDate,financeTermMonths, amountFinancedfromTIL,otherFeesPaidtoBroker,excludedThirdPartyFees, miscellaneousFeesPaidtoBrokerorBanker,yieldSpreadPremiumFee,attorneyFee, prepaymentPenaltyonOldBankerLoanFee,discountChargedbyBanker, prePaidInterestfromHUDLine901,optionalCreditInsurance,brokerCredit, annualPercentageRateAPRonthisloan,titleOrSurveyReviewFee DemoNorthCarolina,First,100000,12/2/2002,120,98000,0,0,0,0,0,0,0,0,0,0,0,0 DemoNorthCarolina,Second,500000,12/2/2002,120,495000,0,0,0,0,0,0,0,0,0,0,0,0 DemoNorthCarolina,First,100000,12/2/2002,120,98000,0,0,100,0,0,0,0,0,0,0,0,0 DemoNorthCarolina,Second,200000,1/2/2002,120,90000,0,0,0,0,0,0,0,0,0,0,0,0 DemoNorthCarolina,First,100000,12/2/2004,120,98000,0,0,0,0,0,0,0,0,0,0,0,0 DemoNorthCarolina,First,225000,12/2/2002,120,92000,0,0,225,0,0,0,0,0,0,0,0,0 DemoNorthCarolina,Second,100000,12/4/2004,120,98000,0,0,0,0,0,0,0,0,0,0,0,0 DemoNorthCarolina,Second,90000,12/2/2002,120,94000,0,0,0,0,0,0,0,0,0,0,0,0The file can be prepared manually, created by an exported spread sheet program or programmatically by customer's software. See the above CSV created by the below spread sheet.
|
||||||