Skip to content

Commit fda94bd

Browse files
author
Build System
committed
'Protobuf files change'
1 parent 992b5e4 commit fda94bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systemathics/apis/services/static_data/v1/static_data.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ message EquityEntry
500500
repeated string index = 21;
501501

502502
// Registered address of the company
503-
string company_address = 22;
503+
repeated string company_address = 22;
504504

505505
// Company's contact telephone number
506506
string company_tel_number = 23;
@@ -670,7 +670,7 @@ message EtfEntry
670670
string issuer = 9;
671671

672672
// Physical address of the issuing company
673-
string company_address = 10;
673+
repeated string company_address = 10;
674674

675675
// Contact telephone number of the issuing company
676676
string company_tel_number = 11;

0 commit comments

Comments
 (0)