Skip to content

Missing "UNH" Growth factor score in KavoutCompositeFactorBundle. #10

@cheukhin1024

Description

@cheukhin1024

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.

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions