{
"id": "string",
"recommendation": "neutral | underbought | overbought",
"justification": "string",
"ticker": "string", // valid ticker symbol eg. 'MSFT'
"rsi_analysis": "string", // Relative Strength Index analysis
"macd_analysis": "string", // Moving Average Convergence Divergence analysis
"bb_analysis": "string", // Bollinger Bands analysis
"news_analysis": {
"summary": "string", // A summary of the recent news relevant to the ticker
"relevance": "string" // Assessment of the relevance of the news to the ticker
},
"model": "string", // Returned model will be: gpt-4.1 | gpt-4.1-mini | o4-mini
"created_at": "string" // The date and time the analysis was created in UTC ISO format
}