Finance KG Embedding

Finance KG Embedding: Finance KG Embedding: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Finance KG Embedding 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 14 anti-pattern constraints. Visit doramagic.ai/r/finance-kg-embedding for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-080

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

84total
70fatal
70 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

70 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing temporal data splitting for knowledge graphs

ACTIONuse time-ordered train/val/test split with train_edges occurring before val_edges and test_edges temporally

CONSEQUENCETemporal knowledge graphs will suffer from look-ahead bias where model sees future events during training, causing inflated metrics that do not reflect real-world temporal prediction performance

FATALdomain_rulefinance-C-002

WHENWhen storing temporal edge data in DGLGraph edata

ACTIONconvert time values to float32 dtype to verify numerical precision for time interval calculations

CONSEQUENCETime interval calculations (G.time_interval = min(time_diff)) will produce incorrect or inconsistent results due to dtype mismatches, breaking the time interval transform pipeline in DKG/model/time_interval_transform.py

FATALdomain_rulefinance-C-003

WHENWhen storing node type identifiers in DGLGraph ndata

ACTIONconvert node type values to integer type matching the graph idtype to verify consistent graph operations

CONSEQUENCEGraph operations (edge_subgraph, degree calculations) will fail or produce incorrect results due to dtype mismatch between node indices and node type identifiers

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.