-
-
Notifications
You must be signed in to change notification settings - Fork 989
Expand file tree
/
Copy pathfunding.json
More file actions
90 lines (90 loc) · 3.14 KB
/
funding.json
File metadata and controls
90 lines (90 loc) · 3.14 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.1.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Fincept Corporation",
"email": "support@fincept.in",
"description": "Fincept Corporation develops the Fincept Terminal, a state-of-the-art open-source financial intelligence platform with CFA-level analytics, AI automation, and unlimited data connectivity. We build professional-grade financial tools that compete on analytics depth and data accessibility.",
"webpageUrl": {
"url": "https://github.com/Fincept-Corporation/FinceptTerminal"
}
},
"projects": [
{
"guid": "fincept-terminal",
"name": "Fincept Terminal",
"description": "Native C++20 financial intelligence terminal built with Dear ImGui and embedded Python. Features complete CFA Level 1-3 analytics, 20+ AI investor personas, 100+ data connectors, visual workflow automation, maritime tracking, and geopolitical intelligence frameworks. A professional alternative to Bloomberg Terminal, built for analysts who refuse to be limited by traditional software.",
"webpageUrl": {
"url": "https://github.com/Fincept-Corporation/FinceptTerminal"
},
"repositoryUrl": {
"url": "https://github.com/Fincept-Corporation/FinceptTerminal"
},
"licenses": [
"spdx:AGPL-3.0"
],
"tags": [
"finance",
"analytics",
"ai",
"trading",
"portfolio-management",
"data-visualization",
"workflow-automation",
"cpp",
"imgui",
"python"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/tilakpatel22",
"description": "GitHub Sponsors for one-time or recurring donations"
}
],
"plans": [
{
"guid": "one-time-grant",
"status": "active",
"name": "One-time Grant/Donation",
"description": "Support the development of Fincept Terminal with a one-time contribution to fund feature development, infrastructure, and maintenance.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors"
]
},
{
"guid": "monthly-sponsorship",
"status": "active",
"name": "Monthly Sponsorship",
"description": "Recurring monthly support to sustain ongoing development, bug fixes, documentation, and community support.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "development-grant",
"status": "active",
"name": "Development Grant",
"description": "Grants to fund specific development initiatives: advanced AI agents, additional data connectors, mobile applications, institutional features, and infrastructure scaling.",
"amount": 17000,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors"
]
}
]
}
}