finance-calculator-pro 1.0.3 → 1.0.4
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.
- package/README.md +10 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# finance-calculator-pro
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/finance-calculator-pro)
|
|
4
|
+
📖 **[View the Official Documentation](https://boffincoders.github.io/finance-calculator/)**
|
|
4
5
|
|
|
5
6
|

|
|
6
7
|
|
|
@@ -16,6 +17,15 @@ npm install finance-calculator-pro
|
|
|
16
17
|
|
|
17
18
|
---
|
|
18
19
|
|
|
20
|
+
## 🏢 Enterprise Support & FinTech Development
|
|
21
|
+
|
|
22
|
+
**finance-calculator-pro** is engineered and maintained by **Boffin Coders**, a premier software development agency specializing in FinTech, custom dashboards, and enterprise-grade software solutions.
|
|
23
|
+
|
|
24
|
+
Are you building a stock screener, a neo-bank, or an internal financial tool? We can help you accelerate development.
|
|
25
|
+
👉 **[Let's talk about your next project!](https://boffincoders.com)** (Link to your website here)
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
19
29
|
## Complete List of Available Metrics
|
|
20
30
|
|
|
21
31
|
The engine can calculate the following metrics natively from basic fundamental variables:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "finance-calculator-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"author": "boffincoders",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/boffincoders/finance-calculator/issues"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://github.
|
|
12
|
+
"homepage": "https://boffincoders.github.io/finance-calculator/",
|
|
13
13
|
"description": "A zero-dependency financial engine transforming raw snapshot and timeseries data into precise valuation, profitability, liquidity, and risk metrics.",
|
|
14
14
|
"keywords": [
|
|
15
15
|
"finance",
|