solmath 0.1.4

Fixed-point financial math for Solana. Black-Scholes, Greeks, IV, NIG pricing, pool math — pure integer arithmetic, no_std, zero dependencies.
Documentation
1
2
3
4
5
6
# SolMath Examples

- `options_pricing.rs` — Black-Scholes price and Greeks with `fp("...")` input helpers.
- `weighted_pool_swap.rs` — Balancer-style weighted pool swap; run with `--features pool`.
- `safe_token_conversion.rs` — floor/ceil token conversion policy; run with `--features pool`.
- `anchor_options_pricing.md` — Anchor instruction template for option quoting.