Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Credit Default Simulation - How to incorporate Default Recovery? #4

Open
ulf1 opened this issue Aug 9, 2017 · 0 comments
Open

Credit Default Simulation - How to incorporate Default Recovery? #4

ulf1 opened this issue Aug 9, 2017 · 0 comments

Comments

@ulf1
Copy link
Member

ulf1 commented Aug 9, 2017

set full/100% recovery after 10 legs with factor 0.01

trans_mat[-1,:-1] *= .01;  
trans_mat[-1,-1] = 1 - trans_mat[-1,:-1].sum();

try this

x = .05
rr = ((1-x)*x) + x
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant