Skip to content

Commit 581e045

Browse files
committed
πŸ”– package: v0.1.0
1 parent 1f61027 commit 581e045

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

β€Ž.changeset/wide-planes-nail.mdβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @exactly/lib
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`70b3d90`](https://github.com/exactly/lib/commit/70b3d9019467d80ae1a1ab1be107bf4cac4b427f) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - πŸ”– exactly lib v0.1 featuring:
8+
- auditor: account health and risk utilities for liquidity, borrow capacity, health, and safe withdrawals
9+
- fixed-point math: 1e18 fixed-point primitives for arithmetic, exponential/logarithmic, roots, bounds, and scaling constants
10+
- installments: tools to compute effective rates and split notional across periods with time helpers
11+
- interest-rate model: fixed and floating rate calculations, utilization metrics, maturities, and model parameters
12+
- market: calculators for fixed position repayment and floating deposit rate estimation
13+
- vector: lightweight numeric vector arithmetic, mapping, aggregation, and element-wise helpers

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exactly/lib",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"homepage": "https://exact.ly",
55
"repository": "github:exactly/lib",
66
"scripts": {

0 commit comments

Comments
Β (0)