Lean  $LEAN_TAG$
QuantConnect.Data.Fundamental.MorningstarEconomySphereCode Class Reference

Helper class for the AssetClassification's MorningstarEconomySphereCode field AssetClassification.MorningstarEconomySphereCode. More...

Static Public Attributes

static readonly int Cyclical = 1
 The cyclical Super Sector includes industries significantly affected by economic shifts. When the economy is prosperous, these industries tend to expand, and when the economy is in a downturn they tend to shrink. In general, the stocks in these industries have betas of greater than 1. More...
 
static readonly int Defensive = 2
 The defensive Super Sector includes industries that are relatively immune to economic cycles. These industries provide services that consumers require in both good and bad times, such as healthcare and utilities. In general, the stocks in these industries have betas of less than 1. More...
 
static readonly int Sensitive = 3
 The sensitive Super Sector includes industries that ebb and flow with the overall economy, but not severely. Sensitive industries fall between defensive and cyclical, as they are not immune to a poor economy, but they also may not be as severely affected as industries in the cyclical Super Sector. In general, the stocks in these industries have betas that are close to 1. More...
 

Detailed Description

Helper class for the AssetClassification's MorningstarEconomySphereCode field AssetClassification.MorningstarEconomySphereCode.

Definition at line 95 of file AssetClassificationHelper.cs.

Member Data Documentation

◆ Cyclical

readonly int QuantConnect.Data.Fundamental.MorningstarEconomySphereCode.Cyclical = 1
static

The cyclical Super Sector includes industries significantly affected by economic shifts. When the economy is prosperous, these industries tend to expand, and when the economy is in a downturn they tend to shrink. In general, the stocks in these industries have betas of greater than 1.

Definition at line 103 of file AssetClassificationHelper.cs.

◆ Defensive

readonly int QuantConnect.Data.Fundamental.MorningstarEconomySphereCode.Defensive = 2
static

The defensive Super Sector includes industries that are relatively immune to economic cycles. These industries provide services that consumers require in both good and bad times, such as healthcare and utilities. In general, the stocks in these industries have betas of less than 1.

Definition at line 111 of file AssetClassificationHelper.cs.

◆ Sensitive

readonly int QuantConnect.Data.Fundamental.MorningstarEconomySphereCode.Sensitive = 3
static

The sensitive Super Sector includes industries that ebb and flow with the overall economy, but not severely. Sensitive industries fall between defensive and cyclical, as they are not immune to a poor economy, but they also may not be as severely affected as industries in the cyclical Super Sector. In general, the stocks in these industries have betas that are close to 1.

Definition at line 120 of file AssetClassificationHelper.cs.


The documentation for this class was generated from the following file: