Skip to content

Commit 6a9eec8

Browse files
update swisscare age range to uder 32
1 parent fc5052f commit 6a9eec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zurich_insurance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"outputs": [],
108108
"source": [
109109
"class SwissCare(Insurance):\n",
110-
" def __init__(self, deductibles, price_per_month):\n",
110+
" def __init__(self, deductibles, price_per_month, age_range='U32'):\n",
111111
" self.plot_line='--'\n",
112112
" super().__init__(deductibles, price_per_month, 0.1)\n",
113113
" #NOTE: SwissCare has a copayment limit, which is not implemented here.\n",

0 commit comments

Comments
 (0)