use-finance
Facade crate for RustUse practical finance primitives.
use-finance re-exports focused crates for money, currencies, amounts, ledgers, transactions, payments, receipts, invoices, bank accounts, routing numbers, IBANs, BICs, ACH metadata, reconciliation, and BAI2 banking files.
Example
use ;
let usd = new?;
let total = new;
let routing = new?;
let iban = new?;
let bic = new?;
let ach_entry = new;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this facade for practical finance primitives. Use use-quant for bars, ticks, market prices, price series, returns, drawdowns, volatility, risk, factors, portfolio weights, and signals.
This facade stays offline and deterministic. It does not perform live bank lookups, payment transmission, API calls, database access, or market-data analysis.
License
Licensed under either MIT or Apache-2.0.