Field-level structural validation of a covered-securities-loan report record against the FINRA Rule 6500-series field spec (loan terms, rate, collateral type, counterparty) (art-544) → scores the caller’s declared reporting pipeline against the FINRA Rule 6540 obligation checklist across five dimensions: reporting-agent registration, same-day capture, field-spec mapping, unique loan-identifier scheme, and recordkeeping retention; returns A–F grade and gap list (art-545). Validate-never-transmit throughout: neither node calls fetch, calls an RNSA, or simulates submission. Zero network, zero PII.
validate_slate_report_fields{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "validate_slate_report_fields",
"arguments": {
"reports": [
{
"loan_id": "LOAN-OPAQUE-2027-0001",
"effective_date": "2027-01-15",
"rate_type": "REBATE",
"rate": 0.015,
"collateral_type": "CASH",
"counterparty_id": "CPTY-OPAQUE-042",
"security_identifier": "US0000000000",
"quantity": 10000,
"loan_type": "NEW"
}
]
}
},
"id": 1
}
run_slate_reporting_fit{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "run_slate_reporting_fit",
"arguments": {
"reporting_agent_registered": true,
"same_day_capture_configured": true,
"field_spec_mapping_complete": true,
"unique_loan_identifier_scheme": true,
"recordkeeping_retention_configured": true
}
},
"id": 2
}