Loans Workflow & Rules
Configure the processing pipeline, validation rules, and document schemas.
Processing Pipeline
5 steps- 1Field ValidationExtraction
- 2Information CompletenessValidation
- 3Information ConsistencyValidation
- 4Application ScorecardCross-Check
- 5Underwriter ReviewDecision
Step Configuration
Select a workflow step to configure
Validation Rules
CR-001Policy Active Checkerror
Verify policy is active at the time of incident
Policy status must be 'Active' on incident date
CR-002Coverage Limit Checkerror
Claim amount must not exceed policy coverage limit
claim_amount <= coverage_limit
CR-003Address Consistencywarning
Cross-check addresses across all submitted documents
All document addresses must match policy address
CR-004Required Documentserror
All required documents must be submitted
document_count >= required_document_count
CR-005Duplicate Claim Checkerror
Check for duplicate claims on the same policy
No open claims with same incident_date and policy_number
CR-006High Value Thresholdwarning
Claims above threshold require supervisor approval
claim_amount < $25,000 for auto-approval
Document Schema
| Document Type | Required Fields |
|---|---|
| Mortgage Application | borrower_nameloan_amountloan_termproperty_type |
| Certificate of Employment | employee_nameemployer_namepositiongross_monthly |
| Payslip | employee_namepay_periodbasic_paynet_pay |
| Bank Statement | account_holderaccount_numberstatement_period |
| BIR Form 2316 | taxpayer_nametingross_compensationtax_due |
| CIC Credit Report | subject_namecredit_scoredelinquencies |
| Loan Statement | borrower_nameoutstanding_balancemonthly_amortization |
| Appraisal Report | property_addressmarket_valueforced_sale_value |
| Deed of Absolute Sale | seller_namebuyer_namesale_pricetct_reference |
| Transfer Certificate of Title | tct_numberregistered_ownerlot_area |
| Tax Declaration | owner_namepintotal_assessed |
| Real Property Tax Receipt | or_numberamount_paidtax_year |
| Philippine National ID | full_namepcndate_of_birth |
| TIN ID | full_nametin |
| Marriage Certificate | husband_namewife_namedate_of_marriage |
| Authorization Letter | principaldatepurpose |
| Special Power of Attorney | principalattorney_in_factpurpose |
| Building Permit | permit_numberlocationestimated_cost |
| Lot Plan / Survey | survey_numberlot_area |
| Utility Bill | account_nameprovideramount_due |
| Official Receipt | or_numberamountpurpose |