PrettyGoodCapital / finance-enums

Standard Financial Enumerations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finance-enums

Standard Financial Enumerations

Build Status Coverage License PyPI

Categories

  • CountryCode (ISO 3166-1 alpha-2)
    • Country in Python
  • CountryCode3 (ISO 3166-1 alpha-3)
  • CountryCode.name
  • CountryCode.flag (base64 encoded png of flag)
  • Currency (ISO 4217)
  • Currency.name
  • Exchange (ISO 10383)
    • Note: NMS US Equities only for now
  • Sector
  • IndustryGroup
  • Industry
  • SubIndustry
  • SecurityType
    • EquityType
    • OptionType
      • OptionExerciseType
    • BondType
    • CommodityType
    • FundType
      • FundSubType
      • MutualFundEndedness
  • OrderType
  • Side
  • TimeInForce
  • OrderFlag

About

Standard Financial Enumerations

License:Apache License 2.0


Languages

Language:C++ 65.9%Language:Rust 27.2%Language:CMake 4.4%Language:Python 2.5%