Created
August 24, 2023 08:15
-
-
Save acturtle/80aed62d2632fe752386d308a1171fd4 to your computer and use it in GitHub Desktop.
actuaries_digital_02
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
from cashflower import ModelPointSet | |
main = ModelPointSet(data=pd.DataFrame({ | |
"id": [1], | |
"sum_assured": [100_000], | |
"remaining_term": [36], | |
})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment