-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@qumundo/wacc",
"version": "2.1.9",
"description": "Weighted average cost of capital (WACC) calculator of listed and unlisted companies based on an input-based API calculation engine.",
"homepage": "https://www.qumundo.com/api/weighted-average-cost-of-capital-api",
"author": {
"name": "Qumundo e.K.",
"email": "dev@qumundo.com",
"url": "https://www.qumundo.com"
},
"license": "COPYRIGHT © 2025, Qumundo e.K.. All rights reserved.",
"licenses": [
{
"type": "Copyright © 2025, Qumundo e.K.. All rights reserved.",
"url": "https://github.com/qumundo/wacc/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/qumundo/wacc.git"
},
"bugs": {
"url": "https://github.com/qumundo/wacc/issues"
},
"main": "lib/index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"wacc",
"weighted average cost of capital",
"cost",
"capital",
"cost of capital",
"value",
"valuation",
"net present value",
"discounted cash flow",
"future free cash flows",
"capital markets",
"legal entities",
"companies",
"calculator",
"API",
"data",
"data service"
]
}