Skip to content

Commit

Permalink
commen out api in case 08
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Oct 12, 2023
1 parent d173873 commit f17fedf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions absbox/tests/benchmark/us/test08.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
,None)


r = localAPI.run(GNMA_36208ALG4
,runAssump = [("inspect",("MonthEnd",("cumPoolDefaultedBalance",))
,("MonthEnd",("liqBalance","Ginnie_Mae")))
,("interest",("USCMT1Y",0.0468))]
,poolAssump = ("Pool"
,("Mortgage",{"CDR":0.005},None,{"Rate":0.3,"Lag":4},None)
,None
,None)
,read=True)
# r = localAPI.run(GNMA_36208ALG4
# ,runAssump = [("inspect",("MonthEnd",("cumPoolDefaultedBalance",))
# ,("MonthEnd",("liqBalance","Ginnie_Mae")))
# ,("interest",("USCMT1Y",0.0468))]
# ,poolAssump = ("Pool"
# ,("Mortgage",{"CDR":0.005},None,{"Rate":0.3,"Lag":4},None)
# ,None
# ,None)
# ,read=True)

# Inspect cumulative defaulted balance
r['result']['inspect']['<CumulativePoolDefaultedBalance>']
Expand Down

0 comments on commit f17fedf

Please sign in to comment.