Skip to content

Commit 17e7ef0

Browse files
author
Build System
committed
'Protobuf files change'
1 parent 3b40f26 commit 17e7ef0

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

src/systemathics/apis/type/shared/v1/asset.proto

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,30 +31,36 @@ enum AssetType
3131
// Not specified ?
3232
ASSET_TYPE_UNSPECIFIED = 0;
3333

34-
// Search on all asset types
34+
// All asset types. Used only for search.
3535
ASSET_TYPE_ALL = 1;
3636

37-
// Search only on equities
37+
// Equities
3838
ASSET_TYPE_EQUITY = 2;
3939

40-
// Search only on futures
40+
// Futures
4141
ASSET_TYPE_FUTURE = 3;
4242

43-
// Search only on Exchange Traded Fund
43+
// Exchange Traded Fund
4444
ASSET_TYPE_ETF = 4;
4545

46-
// Search only on Index
46+
// Index
4747
ASSET_TYPE_INDEX = 5;
4848

49-
// Search only on Forex pairs
49+
// Forex pairs
5050
ASSET_TYPE_FOREX = 7;
5151

52-
// Search only on options
52+
// Options
5353
ASSET_TYPE_OPTION = 8;
5454

55-
// Search only on bonds
55+
// Bonds
5656
ASSET_TYPE_BOND = 9;
5757

58-
// Search only on cds
58+
// Cds
5959
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;
6066
}

0 commit comments

Comments
 (0)