TICKERS = [
    # Automatización Industrial
    "ROK", "EMR", "NOVT", "ISRG", "AZTA", "TRMB", "CGNX", "KEYS", "RRX",
    # Supply Chain & Material Handling
    "MANH", "DSGX", "SYM", "SPSC", "SAIA", "XPO", "GXO",
    # Data Centers & Infraestructura
    "VRT", "ETN", "MOD", "SMCI", "EQIX", "DLR", "CIEN", "HPE", "DOV",
    # Electrificación
    "GEV", "PWR", "HUBB", "POWL", "ITRI",
    # SaaS Industrial / Software B2B
    "PTC", "PI"
]

# Tickers con flags especiales
REIT_TICKERS = ["EQIX", "DLR"]
RISK_FLAGS = {
    "SMCI": "accounting/regulatory risk",
    "AZTA": "operational deterioration",
    "SPSC": "volume below 1M/day filter",
    "EQIX": "REIT - FFO scoring required",
    "DLR": "REIT - FFO scoring required"
}
