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

Commit bd8d0e9

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

1 file changed

Lines changed: 25 additions & 6 deletions

File tree

presets/india.yaml

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,31 @@ presets:
592592
- left: is_primary
593593
operation: equal
594594
right: true
595-
- left: type
596-
operation: in_range
597-
right:
598-
- stock
599-
- dr
600-
- structured
595+
filter2:
596+
operator: or
597+
operands:
598+
- operation:
599+
operator: and
600+
operands:
601+
- expression:
602+
left: type
603+
operation: in_range
604+
right:
605+
- stock
606+
- dr
607+
- structured
608+
- operation:
609+
operator: and
610+
operands:
611+
- expression:
612+
left: type
613+
operation: equal
614+
right: fund
615+
- expression:
616+
left: typespecs
617+
operation: has
618+
right:
619+
- reit
601620
sort:
602621
sortBy: market_cap_basic
603622
sortOrder: desc

0 commit comments

Comments
 (0)