@yigemo/choosefire 0.1.0
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 +83 -0
- package/contracts/choosefire-family-wealth/v2/capability-matrix.v1.json +464 -0
- package/contracts/choosefire-family-wealth/v2/golden/performance.v1.json +79 -0
- package/contracts/choosefire-family-wealth/v2/golden/r2-contract.v1.json +1070 -0
- package/contracts/choosefire-family-wealth/v2/golden/scenarios.v1.json +241 -0
- package/contracts/choosefire-family-wealth/v2/golden/transport.v1.json +207 -0
- package/contracts/choosefire-family-wealth/v2/manifest.json +58 -0
- package/contracts/choosefire-family-wealth/v2/openapi.generated.json +2605 -0
- package/contracts/choosefire-family-wealth/v2/runtime-schemas/family-wealth.v2.schema.json +2127 -0
- package/contracts/choosefire-family-wealth/v2/taxonomies/account-types.v1.json +41 -0
- package/contracts/choosefire-family-wealth/v2/taxonomies/asset-classes.v1.json +45 -0
- package/contracts/choosefire-family-wealth/v2/taxonomies/transaction-types.v1.json +57 -0
- package/contracts/choosefire-financial-workspace/v1/field-registry.generated.json +137 -0
- package/contracts/choosefire-financial-workspace/v1/field-registry.manifest.json +11 -0
- package/contracts/choosefire-financial-workspace/v1/golden/commands.invalid.json +583 -0
- package/contracts/choosefire-financial-workspace/v1/golden/commands.valid.json +201 -0
- package/contracts/choosefire-financial-workspace/v1/golden/cursors.invalid.json +82 -0
- package/contracts/choosefire-financial-workspace/v1/golden/errors.invalid.json +191 -0
- package/contracts/choosefire-financial-workspace/v1/golden/errors.valid.json +298 -0
- package/contracts/choosefire-financial-workspace/v1/golden/fingerprints.json +105 -0
- package/contracts/choosefire-financial-workspace/v1/golden/projections.invalid.json +3543 -0
- package/contracts/choosefire-financial-workspace/v1/golden/projections.valid.json +2953 -0
- package/contracts/choosefire-financial-workspace/v1/manifest.json +69 -0
- package/contracts/choosefire-financial-workspace/v1/openapi.generated.json +1987 -0
- package/contracts/choosefire-financial-workspace/v1/runtime-schemas/financial-workspace.v1.schema.json +1496 -0
- package/dist/args.d.ts +5 -0
- package/dist/args.js +60 -0
- package/dist/args.js.map +1 -0
- package/dist/auth.d.ts +55 -0
- package/dist/auth.js +480 -0
- package/dist/auth.js.map +1 -0
- package/dist/commands.d.ts +4 -0
- package/dist/commands.js +637 -0
- package/dist/commands.js.map +1 -0
- package/dist/config.d.ts +10 -0
- package/dist/config.js +74 -0
- package/dist/config.js.map +1 -0
- package/dist/family-wealth-v2-contracts.d.ts +276 -0
- package/dist/family-wealth-v2-contracts.js +77 -0
- package/dist/family-wealth-v2-contracts.js.map +1 -0
- package/dist/family-wealth-v2-http.d.ts +65 -0
- package/dist/family-wealth-v2-http.js +340 -0
- package/dist/family-wealth-v2-http.js.map +1 -0
- package/dist/financial-workspace-contracts.d.ts +191 -0
- package/dist/financial-workspace-contracts.js +282 -0
- package/dist/financial-workspace-contracts.js.map +1 -0
- package/dist/http.d.ts +76 -0
- package/dist/http.js +446 -0
- package/dist/http.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +50 -0
- package/dist/index.js.map +1 -0
- package/dist/output.d.ts +18 -0
- package/dist/output.js +111 -0
- package/dist/output.js.map +1 -0
- package/dist/token-store.d.ts +27 -0
- package/dist/token-store.js +408 -0
- package/dist/token-store.js.map +1 -0
- package/dist/types.d.ts +65 -0
- package/dist/types.js +5 -0
- package/dist/types.js.map +1 -0
- package/package.json +43 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "choosefire_account_type_taxonomy.v1",
|
|
3
|
+
"values": [
|
|
4
|
+
{
|
|
5
|
+
"code": "bank",
|
|
6
|
+
"supportsHoldings": false
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"code": "brokerage",
|
|
10
|
+
"supportsHoldings": true
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"code": "fund",
|
|
14
|
+
"supportsHoldings": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"code": "insurance",
|
|
18
|
+
"supportsHoldings": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"code": "pension",
|
|
22
|
+
"supportsHoldings": true
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"code": "housing_fund",
|
|
26
|
+
"supportsHoldings": false
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "property",
|
|
30
|
+
"supportsHoldings": false
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "liability",
|
|
34
|
+
"supportsHoldings": false
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"code": "other",
|
|
38
|
+
"supportsHoldings": false
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "choosefire_asset_class_taxonomy.v1",
|
|
3
|
+
"values": [
|
|
4
|
+
{
|
|
5
|
+
"code": "cash",
|
|
6
|
+
"system": true
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"code": "fixed_income",
|
|
10
|
+
"system": true
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"code": "equity",
|
|
14
|
+
"system": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"code": "property",
|
|
18
|
+
"system": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"code": "insurance",
|
|
22
|
+
"system": true
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"code": "pension",
|
|
26
|
+
"system": true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "commodity",
|
|
30
|
+
"system": true
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "alternative",
|
|
34
|
+
"system": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"code": "liability",
|
|
38
|
+
"system": true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"code": "unclassified",
|
|
42
|
+
"system": true
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "choosefire_transaction_type_taxonomy.v1",
|
|
3
|
+
"values": [
|
|
4
|
+
{
|
|
5
|
+
"code": "buy",
|
|
6
|
+
"performanceRole": "internal_activity"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"code": "sell",
|
|
10
|
+
"performanceRole": "internal_activity"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"code": "subscribe",
|
|
14
|
+
"performanceRole": "internal_activity"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"code": "redeem",
|
|
18
|
+
"performanceRole": "internal_activity"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"code": "dividend",
|
|
22
|
+
"performanceRole": "income"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"code": "interest",
|
|
26
|
+
"performanceRole": "income"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "fee",
|
|
30
|
+
"performanceRole": "cost"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "tax",
|
|
34
|
+
"performanceRole": "cost"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"code": "deposit",
|
|
38
|
+
"performanceRole": "external_cash_flow"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"code": "withdrawal",
|
|
42
|
+
"performanceRole": "external_cash_flow"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"code": "transfer_in",
|
|
46
|
+
"performanceRole": "internal_activity"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"code": "transfer_out",
|
|
50
|
+
"performanceRole": "internal_activity"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"code": "adjustment",
|
|
54
|
+
"performanceRole": "internal_activity"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "choosefire_financial_workspace_field_registry.v1",
|
|
3
|
+
"contractId": "choosefire-financial-workspace.v1",
|
|
4
|
+
"contractVersion": 1,
|
|
5
|
+
"source": {
|
|
6
|
+
"kind": "choosefire_financial_field_registry",
|
|
7
|
+
"registryVersion": 1
|
|
8
|
+
},
|
|
9
|
+
"fields": [
|
|
10
|
+
{
|
|
11
|
+
"field": "household.total_assets",
|
|
12
|
+
"valueKind": "money.v1",
|
|
13
|
+
"currency": {
|
|
14
|
+
"required": true,
|
|
15
|
+
"inputNormalization": "trim_uppercase",
|
|
16
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
17
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
18
|
+
},
|
|
19
|
+
"minimum": "0",
|
|
20
|
+
"maximum": "9007199254740991",
|
|
21
|
+
"scale": 8,
|
|
22
|
+
"order": 0
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"field": "household.long_term_allocatable_assets",
|
|
26
|
+
"valueKind": "money.v1",
|
|
27
|
+
"currency": {
|
|
28
|
+
"required": true,
|
|
29
|
+
"inputNormalization": "trim_uppercase",
|
|
30
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
31
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
32
|
+
},
|
|
33
|
+
"minimum": "0",
|
|
34
|
+
"maximum": "9007199254740991",
|
|
35
|
+
"scale": 8,
|
|
36
|
+
"order": 1
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"field": "household.spending.last_12_months",
|
|
40
|
+
"valueKind": "money.v1",
|
|
41
|
+
"currency": {
|
|
42
|
+
"required": true,
|
|
43
|
+
"inputNormalization": "trim_uppercase",
|
|
44
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
45
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
46
|
+
},
|
|
47
|
+
"minimum": "0",
|
|
48
|
+
"maximum": "9007199254740991",
|
|
49
|
+
"scale": 8,
|
|
50
|
+
"order": 2
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"field": "household.spending.last_12_months.necessary",
|
|
54
|
+
"valueKind": "money.v1",
|
|
55
|
+
"currency": {
|
|
56
|
+
"required": true,
|
|
57
|
+
"inputNormalization": "trim_uppercase",
|
|
58
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
59
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
60
|
+
},
|
|
61
|
+
"minimum": "0",
|
|
62
|
+
"maximum": "9007199254740991",
|
|
63
|
+
"scale": 8,
|
|
64
|
+
"order": 3
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"field": "household.spending.last_12_months.discretionary",
|
|
68
|
+
"valueKind": "money.v1",
|
|
69
|
+
"currency": {
|
|
70
|
+
"required": true,
|
|
71
|
+
"inputNormalization": "trim_uppercase",
|
|
72
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
73
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
74
|
+
},
|
|
75
|
+
"minimum": "0",
|
|
76
|
+
"maximum": "9007199254740991",
|
|
77
|
+
"scale": 8,
|
|
78
|
+
"order": 4
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"field": "household.monthly_contribution",
|
|
82
|
+
"valueKind": "money.v1",
|
|
83
|
+
"currency": {
|
|
84
|
+
"required": true,
|
|
85
|
+
"inputNormalization": "trim_uppercase",
|
|
86
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
87
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
88
|
+
},
|
|
89
|
+
"minimum": "0",
|
|
90
|
+
"maximum": "9007199254740991",
|
|
91
|
+
"scale": 8,
|
|
92
|
+
"order": 5
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"field": "household.liquid_assets",
|
|
96
|
+
"valueKind": "money.v1",
|
|
97
|
+
"currency": {
|
|
98
|
+
"required": true,
|
|
99
|
+
"inputNormalization": "trim_uppercase",
|
|
100
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
101
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
102
|
+
},
|
|
103
|
+
"minimum": "0",
|
|
104
|
+
"maximum": "9007199254740991",
|
|
105
|
+
"scale": 8,
|
|
106
|
+
"order": 6
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"field": "household.investments.total",
|
|
110
|
+
"valueKind": "money.v1",
|
|
111
|
+
"currency": {
|
|
112
|
+
"required": true,
|
|
113
|
+
"inputNormalization": "trim_uppercase",
|
|
114
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
115
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
116
|
+
},
|
|
117
|
+
"minimum": "0",
|
|
118
|
+
"maximum": "9007199254740991",
|
|
119
|
+
"scale": 8,
|
|
120
|
+
"order": 7
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"field": "household.total_debt",
|
|
124
|
+
"valueKind": "money.v1",
|
|
125
|
+
"currency": {
|
|
126
|
+
"required": true,
|
|
127
|
+
"inputNormalization": "trim_uppercase",
|
|
128
|
+
"inputPattern": "^[A-Za-z]{3}$",
|
|
129
|
+
"canonicalPattern": "^[A-Z]{3}$"
|
|
130
|
+
},
|
|
131
|
+
"minimum": "0",
|
|
132
|
+
"maximum": "9007199254740991",
|
|
133
|
+
"scale": 8,
|
|
134
|
+
"order": 8
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "choosefire_financial_workspace_field_registry_manifest.v1",
|
|
3
|
+
"contractId": "choosefire-financial-workspace.v1",
|
|
4
|
+
"contractVersion": 1,
|
|
5
|
+
"registryVersion": 1,
|
|
6
|
+
"artifact": {
|
|
7
|
+
"path": "field-registry.generated.json",
|
|
8
|
+
"algorithm": "sha256",
|
|
9
|
+
"sha256": "3ecc94b8fee854c4a1012a79de1216007191c853b62fbf99641a1f9aadde2b16"
|
|
10
|
+
}
|
|
11
|
+
}
|