Reactive Pricing Engine

Reactive Pricing Engine: Reactive Pricing Engine: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Reactive Pricing Engine 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/reactive-pricing-engine for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-104

tangweigang-jpg/doramagic-skills6360a631 source file

Constraints

44total
44fatal
44 must-not-violate

Evidence Quality

Confidence90%

Medium confidence — review before critical use

44 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen parsing ore.xml with Parameters.fromFile()

ACTIONinclude a Setup node containing mandatory parameters: asofDate, inputPath, and outputPath

CONSEQUENCEOREApp initialization fails with a parse error or undefined behavior because the XML parser requires the Setup section with essential date and path configuration

FATALdomain_rulefinance-C-002

WHENWhen executing XMLDocument::fromFile()

ACTIONpass an empty or non-existent file path to XMLDocument constructor

CONSEQUENCEORE terminates with a QL_REQUIRE exception stating 'Failed to open file' or 'File X is empty', preventing any analytics from running

FATALdomain_rulefinance-C-003

WHENWhen configuring ore.xml for OREApp

ACTIONwrap the root XML element with an <ORE> tag as the top-level container

CONSEQUENCEParameters parsing fails because Parameters::fromXML() explicitly checks for the 'ORE' node name at xmlutils.cpp:76

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.