Expected Behavior
According to KavoutCompositeFactorBundle documentation , there should be one more data column: growth: decimal
Actual Behavior
When running the query to get KavoutCompositeFactorBundle data for "UNH", there are only the following columns. growth is missing.
Reproducing the Problem
Run this Python code in QuantBook:
qb = QuantBook()
data = qb.AddEquity("UNH")
dataset_symbol = qb.add_data(KavoutCompositeFactorBundle, "UNH", Resolution.DAILY).symbol
history_df = qb.History(dataset_symbol, 100, Resolution.Daily)
print(history_df)
System Information
LEAN ENGINE: master v17255 -2025-08-15T18:02
PYTHON FOUNDATION: FOUNDATION Default
Checklist
- [Y ] I have completely filled out this template
- [Y] I have confirmed that this issue exists on the current
master branch
- [Y] I have confirmed that this is not a duplicate issue by searching issues
- [Y] I have provided detailed steps to reproduce the issue
Expected Behavior
According to KavoutCompositeFactorBundle documentation , there should be one more data column:
growth: decimalActual Behavior
When running the query to get KavoutCompositeFactorBundle data for "UNH", there are only the following columns.
growthis missing.Reproducing the Problem
Run this Python code in QuantBook:
System Information
LEAN ENGINE: master v17255 -2025-08-15T18:02
PYTHON FOUNDATION: FOUNDATION Default
Checklist
masterbranch