Skip to content

fix(macroeconomic): add frequence and importance to detail info#550

Merged
hogan-yuan merged 1 commit into
mainfrom
fix/macroeconomic-detail-info
Jun 23, 2026
Merged

fix(macroeconomic): add frequence and importance to detail info#550
hogan-yuan merged 1 commit into
mainfrom
fix/macroeconomic-detail-info

Conversation

@hogan-yuan

Copy link
Copy Markdown
Member

Summary

  • V2MacroIndicatorDetail wire type gains frequence and importance fields
  • MacroeconomicResponse.info.periodicity and .importance are now populated in the detail endpoint response

Previously these fields were always default (empty string / 0) in the detail response (GET /v2/quote/macrodata/{id}), even though the list endpoint returned them correctly. Python / Node.js / Java benefit automatically via From<lb::MacroeconomicIndicator>.

Test plan

  • Call macroeconomic(indicator_code, ...) and verify info.periodicity and info.importance are populated
  • Verify all language bindings (Python, Node.js, Java) reflect the fix

🤖 Generated with Claude Code

V2MacroIndicatorDetail gains frequence and importance fields so that
MacroeconomicResponse.info.periodicity and .importance are populated
in the detail endpoint (previously always default in the detail resp).

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@hogan-yuan hogan-yuan merged commit d457196 into main Jun 23, 2026
56 checks passed
@hogan-yuan hogan-yuan deleted the fix/macroeconomic-detail-info branch June 23, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant