There is currently only one sector split type that can be used: "equal_weights". There are also no plans in sight to develop any other sector split options. This means we can remove this config option and assume that anytime the user opts to use the sector split, they will use the equal_weights split as it is implemented.
Thus, any checks of the sector_split_type should be removed and apply_sector_split == TRUE should be considered sufficient for running the sector split
There is currently only one sector split type that can be used:
"equal_weights"
. There are also no plans in sight to develop any other sector split options. This means we can remove this config option and assume that anytime the user opts to use the sector split, they will use the equal_weights split as it is implemented.Thus, any checks of the
sector_split_type
should be removed andapply_sector_split == TRUE
should be considered sufficient for running the sector split