OpenChainGraph Suite · ART-550 · Cross-Border Payments Evidence

Reg E Remittance Disclosure Consistency Check

Recomputes the Reg E Subpart B (12 CFR 1005.31, implementing Dodd-Frank §1073) remittance disclosure arithmetic identity amount_received = (send_amount - total_fees) × exchange_rate and checks it against a recipient amount a provider already disclosed. You declare the send amount, total fees, and exchange rate a provider disclosed (all as integer cents / a rate scaled by 1,000,000, never floats), plus the recipient amount they disclosed, and this tool recomputes the identity and reports whether it is internally consistent. It never fetches a live rate and never generates a fresh disclosure of its own: that is a different tool's job (see below).

Fixed-point cent/rate math, no float drift Verifies an already-disclosed figure, never generates one Zero live rate calls No PII: amounts and a rate only
๐Ÿ”’ All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data โ€” use synthetic or anonymised inputs only.
⚠ This is a deterministic arithmetic recompute, not a compliance-gate verdict, and it issues no ruling on whether a provider must re-disclose. It computes once when you press the button, stores nothing, and retains nothing.
Disclosed figures

The demo figures below are synthetic and already loaded, so you can press Run without entering anything of your own. Load the discrepancy demo to see a disclosed recipient amount that fails the identity check.

Regulatory basis
Rejected inputs
Rationale
    Execution Hash (SHA-256)
    What this does not do

    It does not fetch a live exchange rate from anywhere: you declare the rate a provider already disclosed. It does not generate a fresh Reg E disclosure from scratch: see the art-248-compute-remittance-disclosure node for that. It issues no ruling on whether the provider must re-disclose, and it does not check the G20/FSB corridor cost-gap target; see the art-549-g20-corridor-cost-gap node for that.

    The standard, in one sentence

    Reg E Subpart B (12 CFR 1005.31) requires a remittance transfer provider to disclose the amount to be transferred, third-party fees, the exchange rate applied, and the amount the recipient will receive; this tool recomputes that arithmetic identity from the disclosed send amount, fees, and rate, and reports whether the disclosed recipient amount matches.