feat: add dynamic advisor asset allocation

This commit is contained in:
Windows
2026-09-11 14:44:29 +08:00
parent 8ffd08b4ce
commit ff71a1a724
15 changed files with 652 additions and 22 deletions
+3
View File
@@ -0,0 +1,3 @@
from app.core.advisor_allocation_contracts import AssetAllocationQuery
__all__ = ["AssetAllocationQuery"]