CFPB Section 1071 small business lending rule (Regulation B subpart B, revised final rule published 2026-05-01): determines whether a financial institution is a covered originator by checking its small-business-originations count against the 1,000-origination threshold for each of the two preceding calendar years, and validates a batch of Small Business Lending Application Register (SBLAR) records against a required-field schema you supply. Fixed compliance-date reference: data collection begins 2028-01-01, first SBLAR submission due 2029-06-01. Deterministic threshold comparison and field-presence check only — not a filing, not a submission, and no claim about which fields the current rule requires beyond the schema you enter.
Threshold is fixed at 1,000 per year by the rule. Both years must clear it for the institution to be covered.
Copy this paragraph into Claude, OpenClaw, or any MCP-aware agent to run this exact tool, with this sample, and verify the artifact.
Run the AINumbers MCP tool `compute_cfpb_1071_coverage`. Task: CFPB Section 1071 small business lending rule (Regulation B subpart B, revised final rule published 2026-05-01): determines whether a financial institution is a covered originator by checking its small-business-originations count against the 1,000-origination threshold for each of the two preceding calendar years, and validates a batch of Small Business Lending Application Register (SBLAR) records against a caller-supplied required-field schema.
Call it with arguments: {"policy_parameters":{"originations_year1_count":1500,"originations_year2_count":1200,"required_sblar_fields":["uli","application_date","action_taken"],"sblar_records":[{"record_id":"rec-1","fields":{"uli":"X123","application_date":"2028-02-01","action_taken":"originated"}},{"record_id":"rec-2","fields":{"uli":"X124","application_date":"2028-02-03","action_taken":"denied"}}]}}
Verify before trusting: call `verify_execution_hash` on mcp.ainumbers.co (https://mcp.ainumbers.co/mcp) with the parameter `claimed_hash` set to the returned `execution_hash`, passing the full artifact the run returned (the object containing `policy_parameters` + `output_payload` + `execution_hash`; equivalently `policy_parameters` + `output_payload` with `claimed_hash`), not the bare hash string.
Return the ledger link https://ledger.ainumbers.co/ so a human can re-verify without contacting us.
PII rule: All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data — use synthetic or anonymised inputs only.
Open the tool with the sample prefilled: https://ainumbers.co/chaingraph/art-475-cfpb-1071-coverage-check.html#p=v1.H4sIAAAAAAAA_wFlAZr-eyJvcmlnaW5hdGlvbnNfeWVhcjFfY291bnQiOjE1MDAsIm9yaWdpbmF0aW9uc195ZWFyMl9jb3VudCI6MTIwMCwicmVxdWlyZWRfc2JsYXJfZmllbGRzIjpbInVsaSIsImFwcGxpY2F0aW9uX2RhdGUiLCJhY3Rpb25fdGFrZW4iXSwic2JsYXJfcmVjb3JkcyI6W3sicmVjb3JkX2lkIjoicmVjLTEiLCJmaWVsZHMiOnsidWxpIjoiWDEyMyIsImFwcGxpY2F0aW9uX2RhdGUiOiIyMDI4LTAyLTAxIiwiYWN0aW9uX3Rha2VuIjoib3JpZ2luYXRlZCJ9fSx7InJlY29yZF9pZCI6InJlYy0yIiwiZmllbGRzIjp7InVsaSI6IlgxMjQiLCJhcHBsaWNhdGlvbl9kYXRlIjoiMjAyOC0wMi0wMyIsImFjdGlvbl90YWtlbiI6ImRlbmllZCJ9fV19UlZCEmUBAAA