Skip to content

Commit ae193cc

Browse files
authored
fix: missing ticker details props #128 (#129)
1 parent c77b6a3 commit ae193cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rest/reference/tickerDetails.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface ITickerDetails {
1010
address1?: string;
1111
city?: string;
1212
state?: string;
13+
postal_code?: string;
1314
};
1415
branding?: {
1516
icon_url?: string;
@@ -27,11 +28,13 @@ export interface ITickerDetails {
2728
name?: string;
2829
phone_number?: string;
2930
primary_exchange?: string;
31+
round_lot?: number;
3032
share_class_figi?: string;
3133
share_class_shares_outstanding?: number;
3234
sic_code?: number;
3335
sic_description?: string;
3436
ticker?: string;
37+
ticker_root?: string;
3538
total_employees?: number;
3639
type?: string;
3740
weighted_shares_outstanding?: number;

0 commit comments

Comments
 (0)