Module: Pantheios::ApplicationLayer::StockSeverityLevels

Defined in:
lib/pantheios/application_layer/stock_severity_levels.rb

Constant Summary collapse

STOCK_SEVERITY_LEVELS_PRIME =

Ordered list of stock severity level symbols, without any aliases

Internal_::STOCK_SEVERITY_LEVELS_.keys
STOCK_SEVERITY_LEVELS =

Unordered list of stock severity levels, some of which may be aliases

Internal_.create_level_keys Internal_::STOCK_SEVERITY_LEVELS_
STOCK_SEVERITY_LEVEL_ALIASES =

Mapping of severity level aliases - with may be symbols and strings - to the prime stock severity level symbols

Internal_.create_level_aliases Internal_::STOCK_SEVERITY_LEVELS_
STOCK_SEVERITY_LEVELS_RELATIVE =

Mapping of severity level aliases - with may be symbols and strings - containing only those levels that are relative, i.e. may participate meaningfully in a threshold-based filtering

Internal_.create_level_relative_map Internal_::STOCK_SEVERITY_LEVELS_
STOCK_SEVERITY_LEVEL_VALUES =

Mapping of severity level (and level alias) symbols to integral equivalent

Internal_.create_level_value_map Internal_::STOCK_SEVERITY_LEVELS_
STOCK_SEVERITY_LEVEL_STRINGS =

Mapping of severity level (and level alias) symbols to string

Internal_.create_level_string_map Internal_::STOCK_SEVERITY_LEVELS_