File size: 299 Bytes
b54319d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
Quant.ai Execution Module
Implements Transaction Cost Modeling, Slippage, and Implementation Shortfall (IS) decomposition.
"""

from .implementation_shortfall import TransactionCostModel, ImplementationShortfallDecomposer

__all__ = ["TransactionCostModel", "ImplementationShortfallDecomposer"]