From 583c608efa38367b470465e3e5a0b01bb112181f Mon Sep 17 00:00:00 2001 From: Build System Date: Fri, 15 Dec 2023 12:12:20 +0000 Subject: [PATCH] 'Protobuf files change' --- .../apis/services/static_data/v1/static_data.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/systemathics/apis/services/static_data/v1/static_data.proto b/src/systemathics/apis/services/static_data/v1/static_data.proto index 06250eb..0ac6a43 100644 --- a/src/systemathics/apis/services/static_data/v1/static_data.proto +++ b/src/systemathics/apis/services/static_data/v1/static_data.proto @@ -57,7 +57,7 @@ message StaticDataRequest // [Optional] Define the first element index to be retrieved google.protobuf.Int32Value start = 2; - // [Optional] Select the first elements retrieved, by default count is set to 100 + // [Optional] Select the first elements retrieved, by default count is set to 500, and the max count value is set to 500 google.protobuf.Int32Value count = 3; // [Optional] Bloomberg @@ -140,8 +140,7 @@ message StaticDataRequest // [Optional] Expiry for option StaticDataDateRange expiry = 30; - - + // [Optional] Option type for option (Call/Put) OptionType option_type = 31; @@ -154,6 +153,8 @@ message StaticDataRequest // [Optional] Seniority for bond google.protobuf.StringValue seniority = 34; + // [Optional] issuer + google.protobuf.StringValue issuer = 35; } // Used to specify a date range search