feat(dashboard-bff): serve Real Estate, Materials, Consumer Staples VDT industries#713
Merged
Merged
Conversation
…DT industries Vendors three more engine-produced VDT metrics artifacts (from economic-prophet SocioProphet/economic-prophet#27) so the Value Drivers surface's industry selector offers six industries instead of three: - realestate -> GICS60 Real Estate (+$7.40M / +0.74% on $1B) - materials -> GICS15 Materials (+$9.59M / +0.96%) - consumerstaples -> GICS30 Consumer Staples (+$6.67M / +0.67%) Each artifact is the run_vdt OUTPUT (36-cell tensor summing to 1.0, self-consistent uplift) wrapped with _provenance, same as software/banks/energy — nothing hand-edited. catalog.json gains the three entries; the bff test locks all six into the catalog and asserts the new tensors are complete + self-consistent through the live endpoint.
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.
Vendors three more engine-produced VDT metrics artifacts so the Value Drivers cockpit surface's industry selector offers six industries instead of three. Backs SocioProphet/economic-prophet#27 (the engine tensors).
realestatematerialsconsumerstaplesEach
<id>.metrics.jsonis therun_vdtoutput (36-cell tensor summing to 1.0, self-consistent uplift) wrapped with_provenance— same structure as software/banks/energy, nothing hand-edited.catalog.jsongains the three entries.The bff test now locks all six industries into the catalog and asserts the new tensors are complete + self-consistent through the live
/v1/vdt?industry=<id>endpoint (verified: all three PASS — 36 cells, weight_sum=1.0, uplift>0). The cockpit selector (#418) is catalog-driven, so the new industries appear automatically once this is live.🤖 Generated with Claude Code