@@ -938,7 +938,8 @@ syntax
938938.. code-block :: python
939939
940940 (" issuance_fee"
941- ,{" type" :{" fixFee" :100 }})
941+ ,{" type" :{" fixFee" :100 }
942+ ," feeStart" :" 2022-01-01" })
942943
943944 recurrance fee
944945^^^^^^^^^^^^^^^^
@@ -951,7 +952,8 @@ syntax
951952.. code-block :: python
952953
953954 ,(" rating_fee"
954- ,{" type" :{" recurFee" :[[" MonthDayOfYear" ,6 ,30 ],15 ]}})
955+ ,{" type" :{" recurFee" :[[" MonthDayOfYear" ,6 ,30 ],15 ]}
956+ ," feeStart" :" 2022-01-01" })
955957
956958
957959 percentage fee
@@ -972,10 +974,12 @@ syntax
972974.. code-block :: python
973975
974976 (" bond_service_fee"
975- ,{" type" :{" pctFee" :[(" bondBalance" ,),0.02 ]}})
977+ ,{" type" :{" pctFee" :[(" bondBalance" ,),0.02 ]}
978+ ," feeStart" :" 2022-01-01" })
976979
977980 (" bond_service_fee"
978- ,{" type" :{" pctFee" :[(" cumPoolDefaultedBalance" ,),0.03 ]}})
981+ ,{" type" :{" pctFee" :[(" cumPoolDefaultedBalance" ,),0.03 ]}
982+ ," feeStart" :" 2022-01-01" })
979983
980984
981985 annualized fee
@@ -990,7 +994,8 @@ syntax
990994.. code-block :: python
991995
992996 (" servicer_fee"
993- ,{" type" :{" annualPctFee" :[(" poolBalance" ,),0.02 ]}})
997+ ,{" type" :{" annualPctFee" :[(" poolBalance" ,),0.02 ]}
998+ ," feeStart" :" 2022-01-01" })
994999
9951000
9961001 custom fee flow
@@ -1007,7 +1012,8 @@ syntax
10071012
10081013 ,(" irregulargfee"
10091014 ,{" type" :{" customFee" :[[" 2024-01-01" ,100 ]
1010- ,[" 2024-03-15" ,50 ]]}})
1015+ ,[" 2024-03-15" ,50 ]]}
1016+ ," feeStart" :" 2022-01-01" })
10111017
10121018 custom fee flow by index
10131019^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -1043,7 +1049,8 @@ syntax
10431049.. code-block :: python
10441050
10451051 ,(" borrowerFee"
1046- ,{" type" :{" numFee" :[[" DayOfMonth" ,20 ],(" borrowerNumber" ,),1 ]}}
1052+ ,{" type" :{" numFee" :[[" DayOfMonth" ,20 ],(" borrowerNumber" ,),1 ]}
1053+ ," feeStart" :" 2022-01-01" })
10471054
10481055 target amount fee
10491056^^^^^^^^^^^^^^^^^^^^^^
@@ -1056,7 +1063,8 @@ syntax
10561063.. code-block :: python
10571064
10581065 (" VAT"
1059- ,{" type" :{" targetBalanceFee" :[(" poolBalance" ,),(" bondBalance" ,)]))
1066+ ,{" type" :{" targetBalanceFee" :[(" poolBalance" ,),(" bondBalance" ,)]}
1067+ ," feeStart" :" 2022-01-01" })
10601068
10611069 # the fee is total funded amount * 1%
10621070 (" upfrontFee"
0 commit comments