Add JoinQuant comparison plugin

This commit is contained in:
Yuxuan Yan
2026-07-04 17:43:09 +08:00
parent 528620b271
commit f25db279bf
13 changed files with 2397 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
"""JoinQuant comparison plugin.
This package keeps JoinQuant-specific export, ingest, and reconciliation code
outside the core portfolio modules.
"""
from plugins.joinquant.symbols import from_joinquant_symbol, to_joinquant_symbol
__all__ = ["from_joinquant_symbol", "to_joinquant_symbol"]