Skip to main content

Using the Risk Tape by Contract Type

The Risk Tape is contract-agnostic: it produces verified income signals that any lender can map to their own product formula. This guide shows which fields matter for each contract type and how to use them.


Revenue-Based Financing (RBF)

What you need: Verify that future monthly revenue can service a revenue share advance.

Tape fieldWhy it matters
avg_monthly_revenueThe repayment base — revenue share is taken as a % of this
income_capacity_annualAdvance ceiling (= avg × 12 × tier_multiple)
max_revenue_share_pctMaximum % of monthly revenue to collect
payback_cap_multipleTotal repayment cap (e.g. 1.3 = 130% of advance)
volatility_cv_12mRevenue predictability — price higher CV at a lower advance
max_drawdown_pct_36mWorst-case revenue drop — size your advance buffer here
platform_concentration_indexSingle-platform risk — HHI > 0.5 signals concentration risk

RBF example decision (prime tier):

{
"product_type": "rbf",
"eligible": true,
"risk_tier": "prime",
"income_capacity_annual": 50400,
"max_revenue_share_pct": 0.15,
"payback_cap_multiple": 1.3,
"income_stability_score": 0.83
}

Term Loan / Bank Credit

What you need: A payslip-equivalent income file showing sustainable capacity to service fixed monthly instalments.

Tape fieldWhy it matters
stressed_net_incomeThe "income floor" — treat this as the serviceable monthly income
income_stability_scoreComposite reliability score — replaces employment stability
dscr_stressedStressed DSCR — stressed_income / monthly_repayment
max_tenor_monthsRecommended maximum loan term
track_record_monthsHow many months of evidence — equivalent to employment tenure
max_drawdown_pct_36mWorst-case income drop — equivalent to job loss risk
income_trendgrowing, stable, or declining

Term loan example decision:

{
"product_type": "term_loan",
"eligible": true,
"risk_tier": "prime",
"income_capacity_annual": 50400,
"stressed_net_income": 3600,
"dscr_stressed": 3.0,
"max_tenor_months": 36,
"income_stability_score": 0.83,
"dti_ratio": 0.35
}

Islamic Finance (Murabaha)

What you need: Income evidence for a cost-plus deferred sale structure, with confirmation that income is Sharia-permissible.

Tape fieldWhy it matters
sharia_eligibleCore screening result — true if no prohibited income detected
murabaha_viableCombined signal: sharia_eligible + prime/standard + 12m track record
islamic_compliance.statusDetailed screening result (permissible, flagged, insufficient_data)
avg_monthly_revenueThe repayment base for the deferred sale schedule
income_stability_scorePayment schedule confidence
max_tenor_monthsMaximum Murabaha term (default: 36 months prime, 24 standard)
Minimum track record

Murabaha requires a minimum of 12 months of verified income history. Creators with fewer than 12 months will be returned eligible: false regardless of tier.

Murabaha example decision:

{
"product_type": "murabaha",
"eligible": true,
"risk_tier": "prime",
"sharia_eligible": true,
"murabaha_viable": true,
"income_capacity_annual": 50400,
"income_stability_score": 0.83,
"max_tenor_months": 36,
"covenants": ["Income sources must remain Sharia-compliant for the duration of the agreement"]
}

Home Purchase Plan (HPP)

What you need: Long-tenor affordability evidence for an Islamic mortgage equivalent.

Tape fieldWhy it matters
affordability.stressed_net_incomeStressed net income after obligations — the floor for plan sizing
affordability.dti_ratioAffordability ratio — obligations / avg income
affordability.affordability_tiercomfortable, stretched, or insufficient
sharia_eligibleIslamic screening — required for HPP
max_tenor_monthsUp to 300 months (25 years) for prime tier
income_trendDirection of income — critical for long-tenor products
track_record_monthsEvidence depth — minimum 12 months required

HPP example decision:

{
"product_type": "hpp",
"eligible": true,
"risk_tier": "prime",
"sharia_eligible": true,
"income_capacity_annual": 50400,
"max_tenor_months": 300,
"affordability": {
"stressed_net_income": 3200,
"dti_ratio": 0.22,
"affordability_tier": "comfortable"
}
}

Venture Debt / Revenue Loan

What you need: Assess whether a high-growth creator can service a growth facility, tolerating more revenue volatility in exchange for upside.

Tape fieldWhy it matters
yoy_growth_pctYear-over-year growth — primary signal for venture debt sizing
income_trendgrowing unlocks larger advance (YoY > 20% adds 10% to multiple)
income_capacity_annualFacility ceiling — includes YoY growth bonus if applicable
max_tenor_months48 months (prime), 36 months (standard)
platform_concentration_indexPlatform diversification — venture debt tolerates higher HHI
Permissive thresholds

Venture debt uses relaxed volatility thresholds: prime_max_cv = 0.45 (vs 0.25 default), prime_max_drawdown = 0.55 (vs 0.40). This reflects the growth-over-stability underwriting philosophy.


Securitisation / ABS Pool

What you need: Consistent, standardised tape data that pools cleanly across many creators.

Tape fieldWhy it matters
data_quality.overall_scorePool homogeneity — aim for > 80 across all tapes in the pool
schema_versionMust be uniform across all tapes in a pool
risk_tierPool stratification — separate prime/standard pools for different tranches
nd_breakdownND3/ND4 usage — high ND codes reduce pool confidence
income_capacity_annualAggregate pool-level income capacity

Creatorlayer's securitisation module provides pool-level aggregation and stratification via the /api/v1/securitization/ endpoints.