Skip to main content

PTI and Risk Engines

Risk engines (decision engines, credit policy platforms, rules orchestrators) evaluate institution-specific policies against applicant data — bureau scores, internal behavior, product rules, and regulatory constraints. PTI feeds risk engines with portable trust intelligence; it does not replace the institution's authority to approve or decline.

1. What risk engines are

Risk engines are policy execution platforms that combine data sources, models, and business rules into a decision outcome. Common forms:

  • Credit decision engines — scorecards, cutoffs, reason codes
  • Business rules management (BRM) — Drools, FICO Blaze, custom rule DSLs
  • ML model serving — real-time feature vectors and model endpoints
  • Workflow orchestration — refer, manual review, stipulation paths
  • Champion/challenger — A/B policy testing and monitoring

Risk engines answer: Given our policy and this applicant's data, what action do we take?

2. What problem risk engines solve

ProblemRisk engine response
Inconsistent manual underwritingCodified policy rules
Regulatory reason code requirementsStructured decline explanations
Product-specific cutoffsTiered pricing and limits
Model governanceVersioned scorecards and audit

Risk engines are institution-owned decision systems. They require quality inputs — but typically integrate each data source through bespoke connectors with no standard trust intelligence envelope across vendors and contexts.

3. What PTI adds

Risk engines

  • Institution policy execution
  • Final approve / decline / refer
  • Product-specific scorecards

PTI adds

  • Standard trust input — JSON envelope with drivers and confidence bands
  • Context-scoped features — request lending only, not global mashup
  • Provenance metadata — feature sources for model documentation
  • Coverage gaps — explicit thin-data flags for policy branching

PTI implements the Trust Intelligence Engine conformance class — producing inputs suitable for risk engine feature pipelines. The institution retains decision accountability; PTI supplies governed external intelligence.

4. How they compose together

Integration pattern:

  1. Origination workflow triggers parallel data fetches — bureau, internal, PTI trust lookup (contexts: ["lending", "risk_compliance"]).
  2. PTI response maps to feature variablespti_lending_confidence_pct, pti_driver_repayment_weight, pti_coverage_gap_count.
  3. Risk engine applies institution scorecard — PTI features are one input block, not the decision itself.
  4. Decline reason codes combine bureau reasons with PTI driver labels where policy requires.

Institutions SHOULD treat PTI as adjacent data subject to fair lending and model risk management — documenting feature usage in model cards.

5. When to use each

ScenarioRisk enginePTI
Final loan approve/declineRequiredInput only
Portable cross-MFI behavioral featuresEngine cannot source aloneRequired
Internal overdraft limit rulesRequiredOptional
Multi-context tenant + employment checkEngine needs featuresPTI multi-context lookup
Regulatory decision ownershipInstitutionPTI never decides

Rule of thumb: PTI is upstream intelligence; the risk engine is downstream policy.

See also