@fintekkers/ledger-models 0.1.143 → 0.2.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.
- package/hierarchy.json +131 -0
- package/node/fintekkers/models/security/asset_class_pb.d.ts +1 -0
- package/node/fintekkers/models/security/asset_class_pb.js +2 -1
- package/node/fintekkers/models/security/instrument_type_pb.d.ts +14 -0
- package/node/fintekkers/models/security/{security_type_pb.js → instrument_type_pb.js} +7 -14
- package/node/fintekkers/models/security/product_type_grpc_pb.js +1 -0
- package/node/fintekkers/models/security/product_type_pb.d.ts +37 -0
- package/node/fintekkers/models/security/product_type_pb.js +58 -0
- package/node/fintekkers/models/security/security_id_grpc_pb.js +1 -0
- package/node/fintekkers/models/security/security_id_pb.d.ts +31 -0
- package/node/fintekkers/models/security/security_id_pb.js +199 -0
- package/node/fintekkers/models/security/security_pb.d.ts +14 -4
- package/node/fintekkers/models/security/security_pb.js +100 -13
- package/node/fintekkers/models/security/security_pb.test.js +2 -2
- package/node/fintekkers/models/security/security_pb.test.js.map +1 -1
- package/node/fintekkers/models/security/security_pb.test.ts +2 -2
- package/node/wrappers/models/position/position_filter_operator.js +1 -1
- package/node/wrappers/models/position/position_filter_operator.js.map +1 -1
- package/node/wrappers/models/position/position_filter_operator.ts +1 -1
- package/node/wrappers/models/price/Price.cash.test.js +2 -2
- package/node/wrappers/models/price/Price.cash.test.js.map +1 -1
- package/node/wrappers/models/price/Price.cash.test.ts +2 -2
- package/node/wrappers/models/security/BondSecurity.js +11 -3
- package/node/wrappers/models/security/BondSecurity.js.map +1 -1
- package/node/wrappers/models/security/BondSecurity.priceScale.test.js +2 -2
- package/node/wrappers/models/security/BondSecurity.priceScale.test.js.map +1 -1
- package/node/wrappers/models/security/BondSecurity.priceScale.test.ts +2 -2
- package/node/wrappers/models/security/BondSecurity.test.js +5 -5
- package/node/wrappers/models/security/BondSecurity.test.js.map +1 -1
- package/node/wrappers/models/security/BondSecurity.test.ts +5 -5
- package/node/wrappers/models/security/BondSecurity.ts +11 -3
- package/node/wrappers/models/security/asset_class.test.js +2 -0
- package/node/wrappers/models/security/asset_class.test.js.map +1 -1
- package/node/wrappers/models/security/asset_class.test.ts +2 -0
- package/node/wrappers/models/security/product_hierarchy.d.ts +42 -0
- package/node/wrappers/models/security/product_hierarchy.js +157 -0
- package/node/wrappers/models/security/product_hierarchy.js.map +1 -0
- package/node/wrappers/models/security/product_hierarchy.ts +159 -0
- package/node/wrappers/models/security/security-roundtrip.test.js +13 -13
- package/node/wrappers/models/security/security-roundtrip.test.js.map +1 -1
- package/node/wrappers/models/security/security-roundtrip.test.ts +13 -13
- package/node/wrappers/models/security/security.js +11 -11
- package/node/wrappers/models/security/security.js.map +1 -1
- package/node/wrappers/models/security/security.test.js +3 -3
- package/node/wrappers/models/security/security.test.js.map +1 -1
- package/node/wrappers/models/security/security.test.ts +3 -3
- package/node/wrappers/models/security/security.ts +12 -12
- package/node/wrappers/models/transaction/transaction.derived.test.js +5 -5
- package/node/wrappers/models/transaction/transaction.derived.test.js.map +1 -1
- package/node/wrappers/models/transaction/transaction.derived.test.ts +5 -5
- package/node/wrappers/models/transaction/transaction.js +14 -14
- package/node/wrappers/models/transaction/transaction.js.map +1 -1
- package/node/wrappers/models/transaction/transaction.ts +14 -14
- package/node/wrappers/services/security-service/security.test.js +2 -2
- package/node/wrappers/services/security-service/security.test.js.map +1 -1
- package/node/wrappers/services/security-service/security.test.ts +2 -2
- package/package.json +1 -1
- package/tsconfig.json +2 -1
- package/node/fintekkers/models/security/security_type_pb.d.ts +0 -21
- package/node/wrappers/models/security/security_type.d.ts +0 -31
- package/node/wrappers/models/security/security_type.js +0 -45
- package/node/wrappers/models/security/security_type.js.map +0 -1
- package/node/wrappers/models/security/security_type.test.d.ts +0 -1
- package/node/wrappers/models/security/security_type.test.js +0 -68
- package/node/wrappers/models/security/security_type.test.js.map +0 -1
- package/node/wrappers/models/security/security_type.test.ts +0 -74
- package/node/wrappers/models/security/security_type.ts +0 -47
- /package/node/fintekkers/models/security/{security_type_grpc_pb.js → instrument_type_grpc_pb.js} +0 -0
package/hierarchy.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": "1.0",
|
|
3
|
+
"_doc": "Single source of truth for the FinTekkers product hierarchy. See ../docs/product-hierarchy.md for narrative description, hierarchy-examples.md for worked examples, and registry-versioning.md for compatibility rules. Each leaf product_type carries (asset_class, instrument_type). Abstract nodes carry only hierarchy. status=active entries must have a matching ProductTypeProto enum value (CI-enforced). status=planned entries are aspirational and not yet wired into the proto enum. NOTE: M1 ships a 3-dimensional registry (productType + asset_class + instrument_type). The 4th dimension (index_type — single_name vs index) is intentionally deferred and will be added in a future milestone. Option strategy leaves (butterfly, vertical spread, calendar spread, condor, straddle, ...) are also intentionally absent — strategies are derived from the legs field on SecurityProto, not from a productType enum value.",
|
|
4
|
+
|
|
5
|
+
"product_types": {
|
|
6
|
+
"BOND": { "parent": null, "abstract": true, "label": "Bond" },
|
|
7
|
+
|
|
8
|
+
"GOV_BOND": { "parent": "BOND", "abstract": true, "label": "Government Bond" },
|
|
9
|
+
"TBILL": { "parent": "GOV_BOND", "asset_class": "RATES", "instrument_type": "CASH", "label": "Treasury Bill", "status": "active" },
|
|
10
|
+
"TREASURY_NOTE": { "parent": "GOV_BOND", "asset_class": "RATES", "instrument_type": "CASH", "label": "Treasury Note", "status": "active" },
|
|
11
|
+
"TREASURY_BOND": { "parent": "GOV_BOND", "asset_class": "RATES", "instrument_type": "CASH", "label": "Treasury Bond", "status": "active" },
|
|
12
|
+
"TIPS": { "parent": "GOV_BOND", "asset_class": "RATES", "instrument_type": "CASH", "label": "TIPS", "status": "active" },
|
|
13
|
+
"TREASURY_FRN": { "parent": "GOV_BOND", "asset_class": "RATES", "instrument_type": "CASH", "label": "Treasury Floating Rate Note", "status": "active" },
|
|
14
|
+
"STRIPS": { "parent": "GOV_BOND", "asset_class": "RATES", "instrument_type": "CASH", "label": "Treasury STRIPS", "status": "active" },
|
|
15
|
+
"SOVEREIGN_BOND": { "parent": "GOV_BOND", "asset_class": "RATES", "instrument_type": "CASH", "label": "Sovereign Bond (non-US)", "status": "active" },
|
|
16
|
+
|
|
17
|
+
"CREDIT_BOND": { "parent": "BOND", "abstract": true, "label": "Credit Bond" },
|
|
18
|
+
"CORP_BOND": { "parent": "CREDIT_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "Corporate Bond", "status": "active" },
|
|
19
|
+
"MUNI_BOND": { "parent": "CREDIT_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "Municipal Bond", "status": "active" },
|
|
20
|
+
"CONVERTIBLE_BOND": { "parent": "CREDIT_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "Convertible Bond", "status": "planned" },
|
|
21
|
+
"COCO": { "parent": "CREDIT_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "Contingent Convertible Bond (CoCo)", "status": "planned" },
|
|
22
|
+
|
|
23
|
+
"STRUCTURED_BOND": { "parent": "BOND", "abstract": true, "status": "planned", "label": "Structured Bond" },
|
|
24
|
+
"MBS_PASSTHROUGH": { "parent": "STRUCTURED_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "MBS Pass-Through", "status": "planned" },
|
|
25
|
+
"CMBS": { "parent": "STRUCTURED_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "Commercial MBS", "status": "planned" },
|
|
26
|
+
"ABS": { "parent": "STRUCTURED_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "Asset-Backed Security", "status": "planned" },
|
|
27
|
+
"CLO": { "parent": "STRUCTURED_BOND", "asset_class": "CREDIT", "instrument_type": "CASH", "label": "Collateralized Loan Obligation", "status": "planned" },
|
|
28
|
+
|
|
29
|
+
"STOCK": { "parent": null, "abstract": true, "label": "Stock" },
|
|
30
|
+
"COMMON_STOCK": { "parent": "STOCK", "asset_class": "EQUITY", "instrument_type": "CASH", "label": "Common Stock", "status": "active" },
|
|
31
|
+
"PREFERRED_STOCK": { "parent": "STOCK", "asset_class": "EQUITY", "instrument_type": "CASH", "label": "Preferred Stock", "status": "active" },
|
|
32
|
+
"ADR": { "parent": "STOCK", "asset_class": "EQUITY", "instrument_type": "CASH", "label": "American Depositary Receipt","status": "active" },
|
|
33
|
+
"ETF": { "parent": "STOCK", "asset_class": "EQUITY", "instrument_type": "CASH", "label": "Exchange-Traded Fund", "status": "active" },
|
|
34
|
+
|
|
35
|
+
"INDEX": { "parent": null, "abstract": true, "label": "Index" },
|
|
36
|
+
"EQUITY_INDEX": { "parent": "INDEX", "asset_class": "EQUITY", "instrument_type": "REFERENCE_INDEX", "label": "Equity Index", "status": "active" },
|
|
37
|
+
"BOND_INDEX": { "parent": "INDEX", "asset_class": "RATES", "instrument_type": "REFERENCE_INDEX", "label": "Bond Index", "status": "active" },
|
|
38
|
+
"COMMODITY_INDEX": { "parent": "INDEX", "asset_class": "COMMODITY", "instrument_type": "REFERENCE_INDEX", "label": "Commodity Index", "status": "active" },
|
|
39
|
+
"VIX_SPOT": { "parent": "INDEX", "asset_class": "VOLATILITY", "instrument_type": "REFERENCE_INDEX", "label": "VIX (volatility)", "status": "active" },
|
|
40
|
+
"CPI_SERIES": { "parent": "INDEX", "asset_class": "RATES", "instrument_type": "REFERENCE_INDEX", "label": "CPI Series", "status": "active" },
|
|
41
|
+
"SOFR_SERIES": { "parent": "INDEX", "asset_class": "RATES", "instrument_type": "REFERENCE_INDEX", "label": "SOFR Series", "status": "active" },
|
|
42
|
+
|
|
43
|
+
"CASH_INSTRUMENT": { "parent": null, "abstract": true, "label": "Cash Instrument" },
|
|
44
|
+
"CURRENCY": { "parent": "CASH_INSTRUMENT", "asset_class": "CASH", "instrument_type": "CASH", "label": "Currency", "status": "active" },
|
|
45
|
+
"FX_SPOT": { "parent": "CASH_INSTRUMENT", "asset_class": "FX", "instrument_type": "CASH", "label": "FX Spot", "status": "active" },
|
|
46
|
+
"MONEY_MARKET_FUND": { "parent": "CASH_INSTRUMENT", "asset_class": "CASH", "instrument_type": "CASH", "label": "Money Market Fund", "status": "active" },
|
|
47
|
+
|
|
48
|
+
"CRYPTO": { "parent": null, "abstract": true, "label": "Crypto" },
|
|
49
|
+
"CRYPTOCURRENCY": { "parent": "CRYPTO", "asset_class": "CRYPTO", "instrument_type": "CASH", "label": "Cryptocurrency", "status": "active" },
|
|
50
|
+
"STABLECOIN": { "parent": "CRYPTO", "asset_class": "CRYPTO", "instrument_type": "CASH", "label": "Stablecoin", "status": "active" },
|
|
51
|
+
|
|
52
|
+
"COMMODITY_SPOT": { "parent": null, "abstract": true, "label": "Commodity Spot" },
|
|
53
|
+
"PRECIOUS_METAL": { "parent": "COMMODITY_SPOT", "abstract": true, "label": "Precious Metal" },
|
|
54
|
+
"BASE_METAL": { "parent": "COMMODITY_SPOT", "abstract": true, "label": "Base Metal" },
|
|
55
|
+
"GOLD": { "parent": "PRECIOUS_METAL", "asset_class": "METALS", "instrument_type": "CASH", "label": "Gold", "status": "active" },
|
|
56
|
+
"SILVER": { "parent": "PRECIOUS_METAL", "asset_class": "METALS", "instrument_type": "CASH", "label": "Silver", "status": "active" },
|
|
57
|
+
"PLATINUM": { "parent": "PRECIOUS_METAL", "asset_class": "METALS", "instrument_type": "CASH", "label": "Platinum", "status": "planned" },
|
|
58
|
+
"PALLADIUM": { "parent": "PRECIOUS_METAL", "asset_class": "METALS", "instrument_type": "CASH", "label": "Palladium", "status": "planned" },
|
|
59
|
+
"COPPER": { "parent": "BASE_METAL", "asset_class": "METALS", "instrument_type": "CASH", "label": "Copper", "status": "planned" },
|
|
60
|
+
"ALUMINUM": { "parent": "BASE_METAL", "asset_class": "METALS", "instrument_type": "CASH", "label": "Aluminum", "status": "planned" },
|
|
61
|
+
"ZINC": { "parent": "BASE_METAL", "asset_class": "METALS", "instrument_type": "CASH", "label": "Zinc", "status": "planned" },
|
|
62
|
+
|
|
63
|
+
"FUTURE": { "parent": null, "abstract": true, "label": "Future" },
|
|
64
|
+
"EQUITY_INDEX_FUTURE": { "parent": "FUTURE", "asset_class": "EQUITY", "instrument_type": "DERIVATIVE", "label": "Equity Index Future", "status": "planned" },
|
|
65
|
+
"BOND_FUTURE": { "parent": "FUTURE", "asset_class": "RATES", "instrument_type": "DERIVATIVE", "label": "Bond Future", "status": "planned" },
|
|
66
|
+
"INTEREST_RATE_FUTURE": { "parent": "FUTURE", "asset_class": "RATES", "instrument_type": "DERIVATIVE", "label": "Interest Rate Future", "status": "planned" },
|
|
67
|
+
"VIX_FUTURE": { "parent": "FUTURE", "asset_class": "VOLATILITY", "instrument_type": "DERIVATIVE", "label": "VIX Future", "status": "planned" },
|
|
68
|
+
"COMMODITY_FUTURE": { "parent": "FUTURE", "abstract": true, "label": "Commodity Future" },
|
|
69
|
+
"GOLD_FUTURE": { "parent": "COMMODITY_FUTURE", "asset_class": "METALS", "instrument_type": "DERIVATIVE", "label": "Gold Future", "status": "planned" },
|
|
70
|
+
"BASE_METAL_FUTURE": { "parent": "COMMODITY_FUTURE", "asset_class": "METALS", "instrument_type": "DERIVATIVE", "label": "Base Metal Future", "status": "planned" },
|
|
71
|
+
"ENERGY_FUTURE": { "parent": "COMMODITY_FUTURE", "asset_class": "ENERGY", "instrument_type": "DERIVATIVE", "label": "Energy Future", "status": "planned" },
|
|
72
|
+
"AGRICULTURAL_FUTURE": { "parent": "COMMODITY_FUTURE", "asset_class": "AGRICULTURAL", "instrument_type": "DERIVATIVE", "label": "Agricultural Future", "status": "planned" },
|
|
73
|
+
|
|
74
|
+
"OPTION": { "parent": null, "abstract": true, "label": "Option" },
|
|
75
|
+
"EQUITY_OPTION": { "parent": "OPTION", "abstract": true, "label": "Equity Option" },
|
|
76
|
+
"EQUITY_VANILLA": { "parent": "EQUITY_OPTION", "asset_class": "EQUITY", "instrument_type": "DERIVATIVE", "label": "Equity Option (vanilla)", "status": "planned" },
|
|
77
|
+
"FX_OPTION": { "parent": "OPTION", "abstract": true, "label": "FX Option" },
|
|
78
|
+
"FX_VANILLA": { "parent": "FX_OPTION", "asset_class": "FX", "instrument_type": "DERIVATIVE", "label": "FX Vanilla Option", "status": "planned" },
|
|
79
|
+
"COMMODITY_OPTION": { "parent": "OPTION", "abstract": true, "label": "Commodity Option" },
|
|
80
|
+
"COMMODITY_VANILLA": { "parent": "COMMODITY_OPTION", "asset_class": "METALS", "instrument_type": "DERIVATIVE", "label": "Commodity Vanilla Option", "status": "planned" },
|
|
81
|
+
"BOND_OPTION": { "parent": "OPTION", "abstract": true, "label": "Bond Option" },
|
|
82
|
+
"BOND_VANILLA": { "parent": "BOND_OPTION", "asset_class": "RATES", "instrument_type": "DERIVATIVE", "label": "Bond Vanilla Option", "status": "planned" },
|
|
83
|
+
"RATES_OPTION": { "parent": "OPTION", "abstract": true, "label": "Rates Option" },
|
|
84
|
+
"SWAPTION": { "parent": "RATES_OPTION", "abstract": true, "label": "Swaption" },
|
|
85
|
+
"SWAPTION_VANILLA": { "parent": "SWAPTION", "asset_class": "RATES", "instrument_type": "DERIVATIVE", "label": "Swaption (vanilla)", "status": "planned" },
|
|
86
|
+
"INTEREST_RATE_CAP": { "parent": "RATES_OPTION", "asset_class": "RATES", "instrument_type": "DERIVATIVE", "label": "Interest Rate Cap", "status": "planned" },
|
|
87
|
+
"INTEREST_RATE_FLOOR": { "parent": "RATES_OPTION", "asset_class": "RATES", "instrument_type": "DERIVATIVE", "label": "Interest Rate Floor", "status": "planned" },
|
|
88
|
+
|
|
89
|
+
"SWAP": { "parent": null, "abstract": true, "label": "Swap" },
|
|
90
|
+
"RATES_SWAP": { "parent": "SWAP", "abstract": true, "label": "Rates Swap" },
|
|
91
|
+
"IRS": { "parent": "RATES_SWAP", "asset_class": "RATES", "instrument_type": "DERIVATIVE", "label": "Interest Rate Swap", "status": "planned" },
|
|
92
|
+
"CREDIT_SWAP": { "parent": "SWAP", "abstract": true, "label": "Credit Swap" },
|
|
93
|
+
"CDS": { "parent": "CREDIT_SWAP", "asset_class": "CREDIT", "instrument_type": "DERIVATIVE", "label": "Credit Default Swap", "status": "planned" },
|
|
94
|
+
"TRS_BOND": { "parent": "CREDIT_SWAP", "asset_class": "CREDIT", "instrument_type": "DERIVATIVE", "label": "Bond Total Return Swap","status": "planned" },
|
|
95
|
+
"EQUITY_SWAP": { "parent": "SWAP", "abstract": true, "label": "Equity Swap" },
|
|
96
|
+
"TRS_EQUITY": { "parent": "EQUITY_SWAP", "asset_class": "EQUITY", "instrument_type": "DERIVATIVE", "label": "Equity Total Return Swap","status": "planned" },
|
|
97
|
+
"FX_SWAP_GROUP": { "parent": "SWAP", "abstract": true, "label": "FX Swap Group" },
|
|
98
|
+
"FX_SWAP": { "parent": "FX_SWAP_GROUP", "asset_class": "FX", "instrument_type": "DERIVATIVE", "label": "FX Swap", "status": "planned" },
|
|
99
|
+
"XCCY_SWAP": { "parent": "FX_SWAP_GROUP", "asset_class": "FX", "instrument_type": "DERIVATIVE", "label": "Cross-Currency Swap", "status": "planned" },
|
|
100
|
+
"VOLATILITY_SWAP": { "parent": "SWAP", "abstract": true, "label": "Volatility Swap" },
|
|
101
|
+
"VARIANCE_SWAP": { "parent": "VOLATILITY_SWAP", "asset_class": "VOLATILITY", "instrument_type": "DERIVATIVE", "label": "Variance Swap", "status": "planned" },
|
|
102
|
+
|
|
103
|
+
"FORWARD": { "parent": null, "abstract": true, "label": "Forward" },
|
|
104
|
+
"FX_FORWARD": { "parent": "FORWARD", "asset_class": "FX", "instrument_type": "DERIVATIVE", "label": "FX Forward", "status": "planned" },
|
|
105
|
+
|
|
106
|
+
"FINANCING": { "parent": null, "abstract": true, "status": "planned", "label": "Financing Transaction" },
|
|
107
|
+
"REPO": { "parent": "FINANCING", "asset_class": "RATES", "instrument_type": "CASH", "label": "Repurchase Agreement", "status": "planned" },
|
|
108
|
+
"REVERSE_REPO": { "parent": "FINANCING", "asset_class": "RATES", "instrument_type": "CASH", "label": "Reverse Repurchase Agreement", "status": "planned" },
|
|
109
|
+
|
|
110
|
+
"FUND_LP": { "parent": null, "asset_class": "ALTERNATIVE", "instrument_type": "CASH", "label": "Fund LP Interest", "status": "planned" }
|
|
111
|
+
},
|
|
112
|
+
|
|
113
|
+
"asset_classes": {
|
|
114
|
+
"FIXED_INCOME": { "parent": null, "label": "Fixed Income" },
|
|
115
|
+
"RATES": { "parent": "FIXED_INCOME", "label": "Rates" },
|
|
116
|
+
"CREDIT": { "parent": "FIXED_INCOME", "label": "Credit" },
|
|
117
|
+
"EQUITY": { "parent": null, "label": "Equity" },
|
|
118
|
+
"VOLATILITY": { "parent": null, "label": "Volatility" },
|
|
119
|
+
"CASH": { "parent": null, "label": "Cash" },
|
|
120
|
+
"FX": { "parent": null, "label": "Foreign Exchange" },
|
|
121
|
+
"CRYPTO": { "parent": null, "label": "Crypto" },
|
|
122
|
+
"COMMODITY": { "parent": null, "label": "Commodity" },
|
|
123
|
+
"METALS": { "parent": "COMMODITY", "label": "Metals" },
|
|
124
|
+
"ENERGY": { "parent": "COMMODITY", "label": "Energy" },
|
|
125
|
+
"AGRICULTURAL": { "parent": "COMMODITY", "label": "Agricultural" },
|
|
126
|
+
"REAL_ESTATE": { "parent": null, "label": "Real Estate" },
|
|
127
|
+
"ALTERNATIVE": { "parent": null, "label": "Alternative" }
|
|
128
|
+
},
|
|
129
|
+
|
|
130
|
+
"instrument_types": ["CASH", "DERIVATIVE", "REFERENCE_INDEX"]
|
|
131
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// package: fintekkers.models.security
|
|
2
|
+
// file: fintekkers/models/security/instrument_type.proto
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
|
|
7
|
+
import * as jspb from "google-protobuf";
|
|
8
|
+
|
|
9
|
+
export enum InstrumentTypeProto {
|
|
10
|
+
INSTRUMENT_TYPE_UNKNOWN = 0,
|
|
11
|
+
INSTRUMENT_TYPE_CASH = 1,
|
|
12
|
+
INSTRUMENT_TYPE_DERIVATIVE = 2,
|
|
13
|
+
INSTRUMENT_TYPE_REFERENCE_INDEX = 3,
|
|
14
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// source: fintekkers/models/security/
|
|
1
|
+
// source: fintekkers/models/security/instrument_type.proto
|
|
2
2
|
/**
|
|
3
3
|
* @fileoverview
|
|
4
4
|
* @enhanceable
|
|
@@ -21,22 +21,15 @@ var global = (function() {
|
|
|
21
21
|
return Function('return this')();
|
|
22
22
|
}.call(null));
|
|
23
23
|
|
|
24
|
-
goog.exportSymbol('proto.fintekkers.models.security.
|
|
24
|
+
goog.exportSymbol('proto.fintekkers.models.security.InstrumentTypeProto', null, global);
|
|
25
25
|
/**
|
|
26
26
|
* @enum {number}
|
|
27
27
|
*/
|
|
28
|
-
proto.fintekkers.models.security.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
TIPS: 4,
|
|
34
|
-
FRN: 5,
|
|
35
|
-
INDEX_SECURITY: 6,
|
|
36
|
-
FX_SPOT: 7,
|
|
37
|
-
EQUITY_INDEX_SECURITY: 8,
|
|
38
|
-
STRIPS_SECURITY: 9,
|
|
39
|
-
T_BILL: 10
|
|
28
|
+
proto.fintekkers.models.security.InstrumentTypeProto = {
|
|
29
|
+
INSTRUMENT_TYPE_UNKNOWN: 0,
|
|
30
|
+
INSTRUMENT_TYPE_CASH: 1,
|
|
31
|
+
INSTRUMENT_TYPE_DERIVATIVE: 2,
|
|
32
|
+
INSTRUMENT_TYPE_REFERENCE_INDEX: 3
|
|
40
33
|
};
|
|
41
34
|
|
|
42
35
|
goog.object.extend(exports, proto.fintekkers.models.security);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// package: fintekkers.models.security
|
|
2
|
+
// file: fintekkers/models/security/product_type.proto
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
|
|
7
|
+
import * as jspb from "google-protobuf";
|
|
8
|
+
|
|
9
|
+
export enum ProductTypeProto {
|
|
10
|
+
PRODUCT_TYPE_UNKNOWN = 0,
|
|
11
|
+
TBILL = 1,
|
|
12
|
+
TREASURY_NOTE = 2,
|
|
13
|
+
TREASURY_BOND = 3,
|
|
14
|
+
TIPS = 4,
|
|
15
|
+
TREASURY_FRN = 5,
|
|
16
|
+
STRIPS = 6,
|
|
17
|
+
SOVEREIGN_BOND = 7,
|
|
18
|
+
CORP_BOND = 8,
|
|
19
|
+
MUNI_BOND = 9,
|
|
20
|
+
COMMON_STOCK = 20,
|
|
21
|
+
PREFERRED_STOCK = 21,
|
|
22
|
+
ADR = 22,
|
|
23
|
+
ETF = 23,
|
|
24
|
+
EQUITY_INDEX = 30,
|
|
25
|
+
BOND_INDEX = 31,
|
|
26
|
+
COMMODITY_INDEX = 32,
|
|
27
|
+
VIX_SPOT = 33,
|
|
28
|
+
CPI_SERIES = 34,
|
|
29
|
+
SOFR_SERIES = 35,
|
|
30
|
+
CURRENCY = 40,
|
|
31
|
+
FX_SPOT = 41,
|
|
32
|
+
MONEY_MARKET_FUND = 42,
|
|
33
|
+
CRYPTOCURRENCY = 50,
|
|
34
|
+
STABLECOIN = 51,
|
|
35
|
+
GOLD = 60,
|
|
36
|
+
SILVER = 61,
|
|
37
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// source: fintekkers/models/security/product_type.proto
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview
|
|
4
|
+
* @enhanceable
|
|
5
|
+
* @suppress {missingRequire} reports error on implicit type usages.
|
|
6
|
+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
7
|
+
* field starts with 'MSG_' and isn't a translatable message.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
11
|
+
/* eslint-disable */
|
|
12
|
+
// @ts-nocheck
|
|
13
|
+
|
|
14
|
+
var jspb = require('google-protobuf');
|
|
15
|
+
var goog = jspb;
|
|
16
|
+
var global = (function() {
|
|
17
|
+
if (this) { return this; }
|
|
18
|
+
if (typeof window !== 'undefined') { return window; }
|
|
19
|
+
if (typeof global !== 'undefined') { return global; }
|
|
20
|
+
if (typeof self !== 'undefined') { return self; }
|
|
21
|
+
return Function('return this')();
|
|
22
|
+
}.call(null));
|
|
23
|
+
|
|
24
|
+
goog.exportSymbol('proto.fintekkers.models.security.ProductTypeProto', null, global);
|
|
25
|
+
/**
|
|
26
|
+
* @enum {number}
|
|
27
|
+
*/
|
|
28
|
+
proto.fintekkers.models.security.ProductTypeProto = {
|
|
29
|
+
PRODUCT_TYPE_UNKNOWN: 0,
|
|
30
|
+
TBILL: 1,
|
|
31
|
+
TREASURY_NOTE: 2,
|
|
32
|
+
TREASURY_BOND: 3,
|
|
33
|
+
TIPS: 4,
|
|
34
|
+
TREASURY_FRN: 5,
|
|
35
|
+
STRIPS: 6,
|
|
36
|
+
SOVEREIGN_BOND: 7,
|
|
37
|
+
CORP_BOND: 8,
|
|
38
|
+
MUNI_BOND: 9,
|
|
39
|
+
COMMON_STOCK: 20,
|
|
40
|
+
PREFERRED_STOCK: 21,
|
|
41
|
+
ADR: 22,
|
|
42
|
+
ETF: 23,
|
|
43
|
+
EQUITY_INDEX: 30,
|
|
44
|
+
BOND_INDEX: 31,
|
|
45
|
+
COMMODITY_INDEX: 32,
|
|
46
|
+
VIX_SPOT: 33,
|
|
47
|
+
CPI_SERIES: 34,
|
|
48
|
+
SOFR_SERIES: 35,
|
|
49
|
+
CURRENCY: 40,
|
|
50
|
+
FX_SPOT: 41,
|
|
51
|
+
MONEY_MARKET_FUND: 42,
|
|
52
|
+
CRYPTOCURRENCY: 50,
|
|
53
|
+
STABLECOIN: 51,
|
|
54
|
+
GOLD: 60,
|
|
55
|
+
SILVER: 61
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
goog.object.extend(exports, proto.fintekkers.models.security);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// package: fintekkers.models.security
|
|
2
|
+
// file: fintekkers/models/security/security_id.proto
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
|
|
7
|
+
import * as jspb from "google-protobuf";
|
|
8
|
+
import * as fintekkers_models_util_uuid_pb from "../../../fintekkers/models/util/uuid_pb";
|
|
9
|
+
|
|
10
|
+
export class SecurityIdProto extends jspb.Message {
|
|
11
|
+
|
|
12
|
+
hasUuid(): boolean;
|
|
13
|
+
clearUuid(): void;
|
|
14
|
+
getUuid(): fintekkers_models_util_uuid_pb.UUIDProto | undefined;
|
|
15
|
+
setUuid(value?: fintekkers_models_util_uuid_pb.UUIDProto): SecurityIdProto;
|
|
16
|
+
|
|
17
|
+
serializeBinary(): Uint8Array;
|
|
18
|
+
toObject(includeInstance?: boolean): SecurityIdProto.AsObject;
|
|
19
|
+
static toObject(includeInstance: boolean, msg: SecurityIdProto): SecurityIdProto.AsObject;
|
|
20
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
21
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
22
|
+
static serializeBinaryToWriter(message: SecurityIdProto, writer: jspb.BinaryWriter): void;
|
|
23
|
+
static deserializeBinary(bytes: Uint8Array): SecurityIdProto;
|
|
24
|
+
static deserializeBinaryFromReader(message: SecurityIdProto, reader: jspb.BinaryReader): SecurityIdProto;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export namespace SecurityIdProto {
|
|
28
|
+
export type AsObject = {
|
|
29
|
+
uuid?: fintekkers_models_util_uuid_pb.UUIDProto.AsObject,
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
// source: fintekkers/models/security/security_id.proto
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview
|
|
4
|
+
* @enhanceable
|
|
5
|
+
* @suppress {missingRequire} reports error on implicit type usages.
|
|
6
|
+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
7
|
+
* field starts with 'MSG_' and isn't a translatable message.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
11
|
+
/* eslint-disable */
|
|
12
|
+
// @ts-nocheck
|
|
13
|
+
|
|
14
|
+
var jspb = require('google-protobuf');
|
|
15
|
+
var goog = jspb;
|
|
16
|
+
var global = (function() {
|
|
17
|
+
if (this) { return this; }
|
|
18
|
+
if (typeof window !== 'undefined') { return window; }
|
|
19
|
+
if (typeof global !== 'undefined') { return global; }
|
|
20
|
+
if (typeof self !== 'undefined') { return self; }
|
|
21
|
+
return Function('return this')();
|
|
22
|
+
}.call(null));
|
|
23
|
+
|
|
24
|
+
var fintekkers_models_util_uuid_pb = require('../../../fintekkers/models/util/uuid_pb.js');
|
|
25
|
+
goog.object.extend(proto, fintekkers_models_util_uuid_pb);
|
|
26
|
+
goog.exportSymbol('proto.fintekkers.models.security.SecurityIdProto', null, global);
|
|
27
|
+
/**
|
|
28
|
+
* Generated by JsPbCodeGenerator.
|
|
29
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
30
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
31
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
32
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
33
|
+
* valid.
|
|
34
|
+
* @extends {jspb.Message}
|
|
35
|
+
* @constructor
|
|
36
|
+
*/
|
|
37
|
+
proto.fintekkers.models.security.SecurityIdProto = function(opt_data) {
|
|
38
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
39
|
+
};
|
|
40
|
+
goog.inherits(proto.fintekkers.models.security.SecurityIdProto, jspb.Message);
|
|
41
|
+
if (goog.DEBUG && !COMPILED) {
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @override
|
|
45
|
+
*/
|
|
46
|
+
proto.fintekkers.models.security.SecurityIdProto.displayName = 'proto.fintekkers.models.security.SecurityIdProto';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
52
|
+
/**
|
|
53
|
+
* Creates an object representation of this proto.
|
|
54
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
55
|
+
* Optional fields that are not set will be set to undefined.
|
|
56
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
57
|
+
* For the list of reserved names please see:
|
|
58
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
59
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
60
|
+
* JSPB instance for transitional soy proto support:
|
|
61
|
+
* http://goto/soy-param-migration
|
|
62
|
+
* @return {!Object}
|
|
63
|
+
*/
|
|
64
|
+
proto.fintekkers.models.security.SecurityIdProto.prototype.toObject = function(opt_includeInstance) {
|
|
65
|
+
return proto.fintekkers.models.security.SecurityIdProto.toObject(opt_includeInstance, this);
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Static version of the {@see toObject} method.
|
|
71
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
72
|
+
* the JSPB instance for transitional soy proto support:
|
|
73
|
+
* http://goto/soy-param-migration
|
|
74
|
+
* @param {!proto.fintekkers.models.security.SecurityIdProto} msg The msg instance to transform.
|
|
75
|
+
* @return {!Object}
|
|
76
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
77
|
+
*/
|
|
78
|
+
proto.fintekkers.models.security.SecurityIdProto.toObject = function(includeInstance, msg) {
|
|
79
|
+
var f, obj = {
|
|
80
|
+
uuid: (f = msg.getUuid()) && fintekkers_models_util_uuid_pb.UUIDProto.toObject(includeInstance, f)
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
if (includeInstance) {
|
|
84
|
+
obj.$jspbMessageInstance = msg;
|
|
85
|
+
}
|
|
86
|
+
return obj;
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Deserializes binary data (in protobuf wire format).
|
|
93
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
94
|
+
* @return {!proto.fintekkers.models.security.SecurityIdProto}
|
|
95
|
+
*/
|
|
96
|
+
proto.fintekkers.models.security.SecurityIdProto.deserializeBinary = function(bytes) {
|
|
97
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
98
|
+
var msg = new proto.fintekkers.models.security.SecurityIdProto;
|
|
99
|
+
return proto.fintekkers.models.security.SecurityIdProto.deserializeBinaryFromReader(msg, reader);
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
105
|
+
* given reader into the given message object.
|
|
106
|
+
* @param {!proto.fintekkers.models.security.SecurityIdProto} msg The message object to deserialize into.
|
|
107
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
108
|
+
* @return {!proto.fintekkers.models.security.SecurityIdProto}
|
|
109
|
+
*/
|
|
110
|
+
proto.fintekkers.models.security.SecurityIdProto.deserializeBinaryFromReader = function(msg, reader) {
|
|
111
|
+
while (reader.nextField()) {
|
|
112
|
+
if (reader.isEndGroup()) {
|
|
113
|
+
break;
|
|
114
|
+
}
|
|
115
|
+
var field = reader.getFieldNumber();
|
|
116
|
+
switch (field) {
|
|
117
|
+
case 1:
|
|
118
|
+
var value = new fintekkers_models_util_uuid_pb.UUIDProto;
|
|
119
|
+
reader.readMessage(value,fintekkers_models_util_uuid_pb.UUIDProto.deserializeBinaryFromReader);
|
|
120
|
+
msg.setUuid(value);
|
|
121
|
+
break;
|
|
122
|
+
default:
|
|
123
|
+
reader.skipField();
|
|
124
|
+
break;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
return msg;
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
133
|
+
* @return {!Uint8Array}
|
|
134
|
+
*/
|
|
135
|
+
proto.fintekkers.models.security.SecurityIdProto.prototype.serializeBinary = function() {
|
|
136
|
+
var writer = new jspb.BinaryWriter();
|
|
137
|
+
proto.fintekkers.models.security.SecurityIdProto.serializeBinaryToWriter(this, writer);
|
|
138
|
+
return writer.getResultBuffer();
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
144
|
+
* format), writing to the given BinaryWriter.
|
|
145
|
+
* @param {!proto.fintekkers.models.security.SecurityIdProto} message
|
|
146
|
+
* @param {!jspb.BinaryWriter} writer
|
|
147
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
148
|
+
*/
|
|
149
|
+
proto.fintekkers.models.security.SecurityIdProto.serializeBinaryToWriter = function(message, writer) {
|
|
150
|
+
var f = undefined;
|
|
151
|
+
f = message.getUuid();
|
|
152
|
+
if (f != null) {
|
|
153
|
+
writer.writeMessage(
|
|
154
|
+
1,
|
|
155
|
+
f,
|
|
156
|
+
fintekkers_models_util_uuid_pb.UUIDProto.serializeBinaryToWriter
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* optional fintekkers.models.util.UUIDProto uuid = 1;
|
|
164
|
+
* @return {?proto.fintekkers.models.util.UUIDProto}
|
|
165
|
+
*/
|
|
166
|
+
proto.fintekkers.models.security.SecurityIdProto.prototype.getUuid = function() {
|
|
167
|
+
return /** @type{?proto.fintekkers.models.util.UUIDProto} */ (
|
|
168
|
+
jspb.Message.getWrapperField(this, fintekkers_models_util_uuid_pb.UUIDProto, 1));
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @param {?proto.fintekkers.models.util.UUIDProto|undefined} value
|
|
174
|
+
* @return {!proto.fintekkers.models.security.SecurityIdProto} returns this
|
|
175
|
+
*/
|
|
176
|
+
proto.fintekkers.models.security.SecurityIdProto.prototype.setUuid = function(value) {
|
|
177
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Clears the message field making it undefined.
|
|
183
|
+
* @return {!proto.fintekkers.models.security.SecurityIdProto} returns this
|
|
184
|
+
*/
|
|
185
|
+
proto.fintekkers.models.security.SecurityIdProto.prototype.clearUuid = function() {
|
|
186
|
+
return this.setUuid(undefined);
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Returns whether this field is set.
|
|
192
|
+
* @return {boolean}
|
|
193
|
+
*/
|
|
194
|
+
proto.fintekkers.models.security.SecurityIdProto.prototype.hasUuid = function() {
|
|
195
|
+
return jspb.Message.getField(this, 1) != null;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
goog.object.extend(exports, proto.fintekkers.models.security);
|
|
@@ -11,7 +11,9 @@ import * as fintekkers_models_util_local_timestamp_pb from "../../../fintekkers/
|
|
|
11
11
|
import * as fintekkers_models_util_uuid_pb from "../../../fintekkers/models/util/uuid_pb";
|
|
12
12
|
import * as fintekkers_models_security_identifier_identifier_pb from "../../../fintekkers/models/security/identifier/identifier_pb";
|
|
13
13
|
import * as fintekkers_models_security_bond_issuance_pb from "../../../fintekkers/models/security/bond/issuance_pb";
|
|
14
|
-
import * as
|
|
14
|
+
import * as fintekkers_models_security_product_type_pb from "../../../fintekkers/models/security/product_type_pb";
|
|
15
|
+
import * as fintekkers_models_security_instrument_type_pb from "../../../fintekkers/models/security/instrument_type_pb";
|
|
16
|
+
import * as fintekkers_models_security_security_id_pb from "../../../fintekkers/models/security/security_id_pb";
|
|
15
17
|
import * as fintekkers_models_security_security_quantity_type_pb from "../../../fintekkers/models/security/security_quantity_type_pb";
|
|
16
18
|
import * as fintekkers_models_security_coupon_frequency_pb from "../../../fintekkers/models/security/coupon_frequency_pb";
|
|
17
19
|
import * as fintekkers_models_security_coupon_type_pb from "../../../fintekkers/models/security/coupon_type_pb";
|
|
@@ -44,8 +46,14 @@ export class SecurityProto extends jspb.Message {
|
|
|
44
46
|
clearValidTo(): void;
|
|
45
47
|
getValidTo(): fintekkers_models_util_local_timestamp_pb.LocalTimestampProto | undefined;
|
|
46
48
|
setValidTo(value?: fintekkers_models_util_local_timestamp_pb.LocalTimestampProto): SecurityProto;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
getProductType(): fintekkers_models_security_product_type_pb.ProductTypeProto;
|
|
50
|
+
setProductType(value: fintekkers_models_security_product_type_pb.ProductTypeProto): SecurityProto;
|
|
51
|
+
getInstrumentType(): fintekkers_models_security_instrument_type_pb.InstrumentTypeProto;
|
|
52
|
+
setInstrumentType(value: fintekkers_models_security_instrument_type_pb.InstrumentTypeProto): SecurityProto;
|
|
53
|
+
clearLegsList(): void;
|
|
54
|
+
getLegsList(): Array<fintekkers_models_security_security_id_pb.SecurityIdProto>;
|
|
55
|
+
setLegsList(value: Array<fintekkers_models_security_security_id_pb.SecurityIdProto>): SecurityProto;
|
|
56
|
+
addLegs(value?: fintekkers_models_security_security_id_pb.SecurityIdProto, index?: number): fintekkers_models_security_security_id_pb.SecurityIdProto;
|
|
49
57
|
|
|
50
58
|
hasDeletedAt(): boolean;
|
|
51
59
|
clearDeletedAt(): void;
|
|
@@ -188,7 +196,9 @@ export namespace SecurityProto {
|
|
|
188
196
|
isLink: boolean,
|
|
189
197
|
validFrom?: fintekkers_models_util_local_timestamp_pb.LocalTimestampProto.AsObject,
|
|
190
198
|
validTo?: fintekkers_models_util_local_timestamp_pb.LocalTimestampProto.AsObject,
|
|
191
|
-
|
|
199
|
+
productType: fintekkers_models_security_product_type_pb.ProductTypeProto,
|
|
200
|
+
instrumentType: fintekkers_models_security_instrument_type_pb.InstrumentTypeProto,
|
|
201
|
+
legsList: Array<fintekkers_models_security_security_id_pb.SecurityIdProto.AsObject>,
|
|
192
202
|
deletedAt?: fintekkers_models_util_local_timestamp_pb.LocalTimestampProto.AsObject,
|
|
193
203
|
assetClass: string,
|
|
194
204
|
issuerName: string,
|