Macro Models
Central bank and macro classification models available in the Models Service. See the Models Service overview for API usage.
Central Bank Data
Stance Classifier
Classifies central bank speech text as Hawkish, Dovish, Neutral, or Irrelevant
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_stance_label", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Certainty Classifier
Classifies certainty level in central bank communications
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_certain_label", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Enhanced Uncertainty Classifier
Classifies uncertainty in central bank communications
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_enhanced_uncertain_label", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Inflation Relevancy Classifier
Classifies inflation relevancy in central bank communications
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_inflation_relevancy_label", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Precious Metal Relevancy Classifier
Classifies precious metal relevancy in central bank communications
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_precious_metal_relevancy_label", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Economic Status Relevancy Classifier
Sentences pertaining to the general state of the economy, specifically focusing on unemployment rates and inflation metrics.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_economic_status_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Dollar Value Relevancy Classifier
Sentences discussing the appreciation or depreciation of the United States Dollar (USD) on the Foreign Exchange Market.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_dollar_value_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Housing Market Relevancy Classifier
Sentences regarding price fluctuations in real estate, mortgage rates, housing prices, or the housing market.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_housing_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Foreign Nations Relevancy Classifier
Sentences pertaining to trade relations and economic interactions between the United States and foreign countries; discussions not involving the U.S. are excluded.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_foreign_nations_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Money Supply Relevancy Classifier
Sentences overtly discussing impacts to the money supply (M1/M2) or shifts in monetary demand.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_money_supply_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Claim Projection Classifier
Classifies claim projections in central bank communications
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_claim_projection_label", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Forward Looking Classifier
Classification of sentences as forward-looking versus non-forward-looking based on their temporal focus
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_forward_looking_classification", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Oil and Energy Relevancy Classifier
Sentences in central bank meeting minutes related to crude oil and energy markets
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_oil_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Labor Market Relevancy Classifier
Sentences in central bank discussions related to the labor market, including employment, unemployment, wages, labor participation, etc.
Labels
Usage
curl -X POST \
-H "x-api-key: $ZQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model_id": "cb_labor_market_relevancy", "instances": [{"text": "Your text here"}]}' \
$ZQ_BASE_URL/v1/models/infer
Support
Email: support@zettaquant.ai