Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 980e2cd

Browse files
DO-5280: Add fund typespecs reit in market_company
1 parent 462354c commit 980e2cd

1 file changed

Lines changed: 19 additions & 12 deletions

File tree

presets/america.yaml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,13 @@ presets:
10331033
sortOrder: desc
10341034
- name: market_company
10351035
filter:
1036+
- left: exchange
1037+
operation: in_range
1038+
right:
1039+
- AMEX
1040+
- CBOE
1041+
- NASDAQ
1042+
- NYSE
10361043
- left: typespecs
10371044
operation: has_none_of
10381045
right: preferred
@@ -1049,18 +1056,18 @@ presets:
10491056
- stock
10501057
- dr
10511058
- structured
1052-
- operation:
1053-
operator: and
1054-
operands:
1055-
- expression:
1056-
left: type
1057-
operation: equal
1058-
right: fund
1059-
- expression:
1060-
left: typespecs
1061-
operation: has
1062-
right:
1063-
- reit
1059+
- operation:
1060+
operator: and
1061+
operands:
1062+
- expression:
1063+
left: type
1064+
operation: equal
1065+
right: fund
1066+
- expression:
1067+
left: typespecs
1068+
operation: has
1069+
right:
1070+
- reit
10641071
sort:
10651072
sortBy: market_cap_basic
10661073
sortOrder: desc

0 commit comments

Comments
 (0)