Skip to content

StyleBox

QuantConnect.Data.Fundamental.StyleBox

Bases: Object

Helper class for the AssetClassification's StyleBox field AssetClassification.style_box. For stocks and stock funds, it classifies securities according to market capitalization and growth and value factor

LARGE_VALUE

LARGE_VALUE: int = 1

LARGE_CORE

LARGE_CORE: int = 2

LARGE_GROWTH

LARGE_GROWTH: int = 3

MID_VALUE

MID_VALUE: int = 4

MID_CORE

MID_CORE: int = 5

MID_GROWTH

MID_GROWTH: int = 6

SMALL_VALUE

SMALL_VALUE: int = 7

SMALL_CORE

SMALL_CORE: int = 8

SMALL_GROWTH

SMALL_GROWTH: int = 9