We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992b5e4 commit fda94bdCopy full SHA for fda94bd
src/systemathics/apis/services/static_data/v1/static_data.proto
@@ -500,7 +500,7 @@ message EquityEntry
500
repeated string index = 21;
501
502
// Registered address of the company
503
- string company_address = 22;
+ repeated string company_address = 22;
504
505
// Company's contact telephone number
506
string company_tel_number = 23;
@@ -670,7 +670,7 @@ message EtfEntry
670
string issuer = 9;
671
672
// Physical address of the issuing company
673
- string company_address = 10;
+ repeated string company_address = 10;
674
675
// Contact telephone number of the issuing company
676
string company_tel_number = 11;
0 commit comments