feat(rates-fx): add rate-scenario-analysis workflow - #7
Open
liyc-sys wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
rate-scenario-analysisworkflow tollmquant-rates-fx. The existing workflows analyze the current curve (yield-curve-trade-lens) and cross-country policy paths (central-bank-divergence); this workflow covers the complementary task of building explicit rate scenarios — parallel shifts, steepeners/flatteners, policy or inflation repricing — anchored to historical shift magnitudes, tracing each scenario across tenors, and mapping the impact onto rate-sensitive exposures with duration evidence. It answers "what happens to my curve view and holdings if rates move like X", which no current workflow addresses.Type of change
skills/llmquant-<category>/)workflows/<name>.md)Affected categories
llmquant-rates-fx
Contract checklist
llmquant-*.SKILL.mdexists and routes to the workflow.workflows/.input_data_source: LLMQuant Datais present in the router frontmatter.Evidence grounding
All external facts (yield curves and shift history, policy rates and market-implied paths, inflation and macro indicators, ETF/instrument duration and holdings, cross-asset context) route through LLMQuant Data. The workflow requires reporting curve observation dates, tenor sets, policy-path dates, and holdings dates, and falls back to scenario curve paths without instrument-level impact — with the missing exposure inputs named — when duration or holdings data is unavailable. Guardrails forbid presenting scenarios as forecasts, estimating instrument impact without duration data, and using magnitudes detached from historical shifts without a stress-case label.
Linked issues
None.