File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
src/systemathics/apis/type/shared/v1 Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -31,30 +31,36 @@ enum AssetType
31
31
// Not specified ?
32
32
ASSET_TYPE_UNSPECIFIED = 0 ;
33
33
34
- // Search on all asset types
34
+ // All asset types. Used only for search.
35
35
ASSET_TYPE_ALL = 1 ;
36
36
37
- // Search only on equities
37
+ // Equities
38
38
ASSET_TYPE_EQUITY = 2 ;
39
39
40
- // Search only on futures
40
+ // Futures
41
41
ASSET_TYPE_FUTURE = 3 ;
42
42
43
- // Search only on Exchange Traded Fund
43
+ // Exchange Traded Fund
44
44
ASSET_TYPE_ETF = 4 ;
45
45
46
- // Search only on Index
46
+ // Index
47
47
ASSET_TYPE_INDEX = 5 ;
48
48
49
- // Search only on Forex pairs
49
+ // Forex pairs
50
50
ASSET_TYPE_FOREX = 7 ;
51
51
52
- // Search only on options
52
+ // Options
53
53
ASSET_TYPE_OPTION = 8 ;
54
54
55
- // Search only on bonds
55
+ // Bonds
56
56
ASSET_TYPE_BOND = 9 ;
57
57
58
- // Search only on cds
58
+ // Cds
59
59
ASSET_TYPE_CDS = 10 ;
60
+
61
+ // Cds index
62
+ ASSET_TYPE_CDS_INDEX = 11 ;
63
+
64
+ // Cds index tranche
65
+ ASSET_TYPE_CDS_INDEX_TRANCHE = 12 ;
60
66
}
You can’t perform that action at this time.
0 commit comments