GS Quant Pricing

GS Quant Pricing: GS Quant Pricing: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

GS Quant Pricing skill for finance analytics + 量化. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 0 anti-pattern constraints. Visit doramagic.ai/r/gs-quant-pricing for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-020

tangweigang-jpg/doramagic-skills6360a631 source file

Constraints

46total
46fatal
46 must-not-violate

Evidence Quality

Confidence90%

Medium confidence — review before critical use

46 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen building DataQuery with start parameter of type datetime

ACTIONverify end parameter is also of type datetime

CONSEQUENCEMixed datetime and date types for start/end cause query construction to fail with ValueError, resulting in invalid API requests that return no data or incorrect data

FATALdomain_rulefinance-C-010

WHENWhen handling HTTP responses from data API

ACTIONvalidate status code is 2xx before processing response

CONSEQUENCEProcessing non-2xx responses as valid data causes silent failures where error messages are treated as actual data, corrupting downstream analysis

FATALdomain_rulefinance-C-013

WHENWhen constructing DataQuery with start and end dates

ACTIONmix date and datetime types in the same query

CONSEQUENCEType mixing causes ValueError at query construction time, preventing data retrieval entirely for the affected query

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.