Representative records across loans, entities, graph, and signals — showing what the dataset includes, how it is structured, and how it is delivered.
| Loan # | Lender | State | Book Value | Rate | Maturity | Rate Pressure | Timing |
|---|---|---|---|---|---|---|---|
| loan_demo_01842 | Northbridge Life | NY | $45.0M | 3.15% | 2027-09-15 | SEVERE | CRITICAL |
| loan_demo_03291 | Summit Capital Partners | NY | $78.5M | 3.45% | 2027-12-01 | ELEVATED | APPROACHING |
| loan_demo_09114 | Ridgeline Mutual | NY | $22.1M | 2.90% | 2027-06-30 | SEVERE | CRITICAL |
| loan_demo_07553 | Lakeview Capital Bank | TX | $33.8M | 3.80% | 2028-06-01 | MODERATE | APPROACHING |
| loan_demo_14002 | Cornerstone Life | FL | $18.4M | 2.75% | 2027-03-15 | SEVERE | CRITICAL |
| Borrower | Owner | UBO / Fund | Confidence | Resolution Method |
|---|---|---|---|---|
| Redacted Holdings LLC | Redacted Capital Partners | Redacted RE Fund III | CONFIRMED | Public records + filing |
| Redacted Realty SPE | Redacted Advisors LP | Redacted Opportunity Fund | CONFIRMED | Public filings |
| Redacted Ventures LLC | Redacted Management Inc | Pending resolution | INFERRED | Corporate registry |
| Redacted Property Trust | Redacted Investments | Redacted Family Office | CALCULATED | Cross-reference |
| Allocator | Lender | Borrower | Property | Confidence |
|---|---|---|---|---|
| General Account | Northbridge Life | Redacted Holdings LLC | Property A, Metro 1 | CONFIRMED |
| Separate Account | Summit Capital Insurance | Redacted Realty SPE | Property B, Metro 1 | CONFIRMED |
| General Account | Ridgeline Mutual | Redacted Ventures LLC | Property D, Metro 3 | INFERRED |
| Pension Fund | Lakeview Insurance | Redacted Property Trust | Property C, Metro 2 | CONFIRMED |
{
"total": 847,
"page": 1,
"per_page": 25,
"items": [
{
"loan_number": "loan_demo_01842",
"lender": "Northbridge Life",
"state": "NY",
"city": "New York",
"property_type": "Office",
"book_value": 45000000,
"interest_rate": 3.15,
"maturity_date": "2027-09-15",
"outstanding_balance": 42750000,
"rate_pressure": "SEVERE",
"rate_pressure_score": 285,
"maturity_timing": "CRITICAL"
},
{
"loan_number": "loan_demo_03291",
"lender": "Summit Capital Insurance",
"state": "NY",
"city": "Manhattan",
"property_type": "Office",
"book_value": 78500000,
"interest_rate": 3.45,
"maturity_date": "2027-12-01",
"outstanding_balance": 74200000,
"rate_pressure": "ELEVATED",
"rate_pressure_score": 195,
"maturity_timing": "APPROACHING"
},
{
"loan_number": "loan_demo_09114",
"lender": "Ridgeline Mutual",
"state": "NY",
"city": "Metro E",
"property_type": "Office",
"book_value": 22100000,
"interest_rate": 2.90,
"maturity_date": "2027-06-30",
"outstanding_balance": 21400000,
"rate_pressure": "SEVERE",
"rate_pressure_score": 310,
"maturity_timing": "CRITICAL"
}
]
}{
"entity_id": "ENT-8834",
"entity_name": "Redacted Holdings LLC",
"entity_type": "SPV",
"confidence": "CONFIRMED",
"resolution_method": "public_records + corporate_filing",
"ownership_chain": [
{
"entity_id": "ENT-8834",
"entity_name": "Redacted Holdings LLC",
"entity_type": "SPV",
"role": "BORROWER"
},
{
"entity_id": "ENT-2201",
"entity_name": "Redacted Capital Partners",
"entity_type": "OPERATING",
"role": "OWNER"
},
{
"entity_id": "ENT-0091",
"entity_name": "Redacted Real Estate Fund III",
"entity_type": "OPERATING",
"role": "UBO"
}
],
"linked_loans": 14,
"total_exposure": 287500000
}{
"origin": "NODE-44201",
"depth": 3,
"path_count": 7,
"paths": [
{
"nodes": [
{ "node_id": "NODE-44201", "node_type": "LENDER", "label": "Northbridge Life" },
{ "node_id": "NODE-12887", "node_type": "BORROWER", "label": "Redacted Holdings LLC" },
{ "node_id": "NODE-33041", "node_type": "PROPERTY", "label": "Property A, Metro 1" }
],
"edges": [
{ "edge_type": "ORIGINATED", "confidence": "CONFIRMED" },
{ "edge_type": "OWNS", "confidence": "INFERRED" }
]
}
]
}{
"total": 312,
"items": [
{
"signal_id": "SIG-20260401-4482",
"signal_type": "MATURITY_TIMING",
"severity": "HIGH",
"triggered_date": "2026-04-01",
"loan_number": "loan_demo_01842",
"context": "Loan matures within 12mo, rate pressure >200bps"
},
{
"signal_id": "SIG-20260315-3291",
"signal_type": "RATE_PRESSURE",
"severity": "HIGH",
"triggered_date": "2026-03-15",
"loan_number": "loan_demo_03291",
"context": "Current coupon 195bps below market, no prepayment protection"
},
{
"signal_id": "SIG-20260228-7720",
"signal_type": "CONCENTRATION_RISK",
"severity": "CRITICAL",
"triggered_date": "2026-02-28",
"entity_id": "ENT-2201",
"context": "Entity family has 14 loans, $287.5M exposure, 60% maturing within 18mo"
}
]
}| Field | Type | Surface | Description | Example |
|---|---|---|---|---|
| loan_number | string | Loan | Unique loan identifier within the RI namespace | loan_demo_01842 |
| lender | string | Loan | Normalized lender name (insurance company, bank, private credit fund, CMBS servicer, etc.) | Northbridge Life |
| state | string | Loan | US state of collateral property | NY |
| city | string | Loan | City of collateral property | New York |
| property_type | string | Loan | Property classification | Office |
| book_value | number | Loan | Reported book value in USD | 45,000,000 |
| interest_rate | number | Loan | Contractual coupon rate (percent) | 3.15 |
| maturity_date | date | Loan | Loan maturity date | 2027-09-15 |
| origination_date | date | Loan | Original funding date | 2020-03-01 |
| outstanding_balance | number | Loan | Current outstanding principal balance | 42,750,000 |
| rate_pressure | enum | Loan | Rate pressure classification: NONE | MODERATE | ELEVATED | SEVERE | SEVERE |
| rate_pressure_score | number | Loan | Basis points of rate pressure vs current market | 285 |
| maturity_timing | enum | Loan | CLEAR | APPROACHING | IMMINENT | CRITICAL | CRITICAL |
| composite_market_factor | number | Loan | Composite score (0-100) across rate, maturity, and market signals | 87 |
| entity_id | string | Entity | Unique resolved entity identifier | ENT-8834 |
| entity_name | string | Entity | Resolved legal entity name | Redacted Holdings LLC |
| entity_type | enum | Entity | SPV | OPERATING | SPV |
| parent_entity | string | Entity | Parent entity ID in ownership chain | ENT-2201 |
| confidence | enum | Entity | CONFIRMED | INFERRED | CALCULATED | UNVERIFIED | CONFIRMED |
| resolution_method | string | Entity | Sources used in multi-stage entity resolution | public_records + corporate_filing |
| node_id | string | Graph | Unique graph node identifier | NODE-44201 |
| node_type | enum | Graph | LENDER | BORROWER | PROPERTY | SPV | LENDER |
| edge_type | enum | Graph | ORIGINATED | OWNS | ORIGINATED |
| source_node | string | Graph | Origin node of the edge relationship | NODE-44201 |
| target_node | string | Graph | Destination node of the edge relationship | NODE-12887 |
| edge_confidence | enum | Graph | CONFIRMED | INFERRED | CALCULATED | UNVERIFIED | INFERRED |
| signal_type | enum | Signal | MATURITY_TIMING | RATE_PRESSURE | CONCENTRATION_RISK | STRESS_INDICATOR | MATURITY_TIMING |
| severity | enum | Signal | LOW | MEDIUM | HIGH | CRITICAL | HIGH |
| triggered_date | date | Signal | Date signal condition was first detected | 2026-03-15 |
| context | string | Signal | Human-readable explanation of signal trigger | Loan matures within 12mo, rate pain >200bps |