@lacspace/market 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +11 -2
package/README.md CHANGED
@@ -132,4 +132,14 @@ This package is **free** under the **[Lacspace Free Licence](https://lacspace.co
132
132
 
133
133
  Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
134
134
 
135
+ ---
136
+
137
+ <div align="center">
138
+
139
+ **Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
140
+
141
+ [All packages ↗](https://lacspace.com/packages) · [npm org ↗](https://www.npmjs.com/org/lacspace) · [Licence Centre ↗](https://lacspace.com/licenses) · [GitHub ↗](https://github.com/lacspace/npm-packages)
142
+
143
+ </div>
144
+
135
145
  <div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · powers <a href="https://stockyatra.com">StockYatra</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/market",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Stock-market money math — P&L, returns, CAGR, XIRR, tick-size rounding, circuit limits, position sizing and an Indian brokerage & charges calculator (STT, GST, SEBI, stamp). Zero-dependency.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -38,7 +38,13 @@
38
38
  "circuit-limits",
39
39
  "nse",
40
40
  "bse",
41
- "typescript"
41
+ "typescript",
42
+ "black-scholes",
43
+ "options-pricing",
44
+ "greeks",
45
+ "implied-volatility",
46
+ "sharpe-ratio",
47
+ "sortino"
42
48
  ],
43
49
  "author": "Lacspace <contact@lacspace.com>",
44
50
  "license": "SEE LICENSE IN LICENSE",
@@ -53,5 +59,8 @@
53
59
  },
54
60
  "engines": {
55
61
  "node": ">=18"
62
+ },
63
+ "publishConfig": {
64
+ "access": "public"
56
65
  }
57
66
  }