Equity Models
Earnings call and financial sentiment classification models available in the Models Service. See the Models Service overview for API usage.
Financial Phrase Bank
Financial Sentiment Classifier
Sentiment analysis of financial sentences
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "fpb_sentiment_label", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Earnings Call Transcripts
Claim Projection Classifier
Classifies claim projections in earnings call transcripts
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_claim_projection_classification", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Competition Relevancy Classifier
Identifies competition-related content in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_competition_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Cost of Capital Relevancy Classifier
Identifies cost of capital content in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_cost_of_capital_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Cyber Risk Relevancy Classifier
Identifies cyber risk content in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_cyber_risk_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Forward Looking Classifier
Classifies forward-looking statements in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_forward_looking_classification", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Geopolitical Risk Relevancy Classifier
Identifies geopolitical risk content in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_geopolitical_risk_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Growth Classifier
Classifies growth-related statements in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_growth_classification", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Labor Market Relevancy Classifier
Identifies labor market content in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_labor_market_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Material Impact Classifier
Classifies material impact statements in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_material_impact_classification", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Price Relevancy Classifier
Identifies price-related content in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_price_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Regulatory Risk Relevancy Classifier
Identifies regulatory risk content in earnings calls
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_regulatory_risk_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
ESG Relevancy & Positive Signal Classifier
Identifies ESG-related discussion in earnings calls and flags when the ESG context is positive.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_esg_alpha_sentiment", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Uncertainty Clarity Classifier
Classifies whether language in earnings calls signals high uncertainty versus clear and certain guidance.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_uncertainty_complexity_classification", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
M&A Strategy Classifier
Sentences discussing potential or realized mergers, acquisitions, and divestitures.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_merger_acquisition_intent", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Capital Allocation Classifier
Classifying how the company intends to use its cash.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_capital_allocation_priority", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Macro Sensitivity Classifier
Detecting mentions of broader economic forces (inflation, interest rates, GDP).
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_macro_economic_sensitivity", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Product Pipeline Classifier
Identifies discussion of new product launches or R&D progress versus content not related to the product pipeline.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "ec_product_innovation_pipeline", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Support
Email: support@zettaquant.ai