Skip to content

Instantly share code, notes, and snippets.

@acturtle
Created August 24, 2023 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acturtle/80aed62d2632fe752386d308a1171fd4 to your computer and use it in GitHub Desktop.
Save acturtle/80aed62d2632fe752386d308a1171fd4 to your computer and use it in GitHub Desktop.
actuaries_digital_02
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