<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAS MIP Monte Carlo Simulation - Transition Matrix in SAS Risk Management</title>
    <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-MIP-Monte-Carlo-Simulation-Transition-Matrix/m-p/556981#M322</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain to me the process of Monte Carlo simulation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Marcov Chain transition matrix (Mortage model)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CtoD model: Current to Delinquent (Logistic Model)&lt;/P&gt;&lt;P&gt;CtoP model: Current to Prepay (Logistic Model).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Converting to multinomial format&lt;/P&gt;&lt;P&gt;P[Current] = 1/(1+CtoD + CtoP)&amp;nbsp; = 0.96&lt;/P&gt;&lt;P&gt;P[Delinquent] = CtoD/(1+CtoD + CtoP)&amp;nbsp; = 0.03&lt;/P&gt;&lt;P&gt;P[Prepay] = CtoP/(1+CtoD + CtoP) = 0.01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first projection month, how are these probabilities converted to 1,0,0 (0r 0,1,0 or 0,0,1)?&lt;/P&gt;&lt;P&gt;Using uniform distribution and decide if the probability is less than 0.96 then the loan will be current (C =1, 0, P=0)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted to understand the conversion of probabilities to a unique state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 01:30:18 GMT</pubDate>
    <dc:creator>Mantripragada</dc:creator>
    <dc:date>2019-05-08T01:30:18Z</dc:date>
    <item>
      <title>SAS MIP Monte Carlo Simulation - Transition Matrix</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-MIP-Monte-Carlo-Simulation-Transition-Matrix/m-p/556981#M322</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain to me the process of Monte Carlo simulation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Marcov Chain transition matrix (Mortage model)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CtoD model: Current to Delinquent (Logistic Model)&lt;/P&gt;&lt;P&gt;CtoP model: Current to Prepay (Logistic Model).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Converting to multinomial format&lt;/P&gt;&lt;P&gt;P[Current] = 1/(1+CtoD + CtoP)&amp;nbsp; = 0.96&lt;/P&gt;&lt;P&gt;P[Delinquent] = CtoD/(1+CtoD + CtoP)&amp;nbsp; = 0.03&lt;/P&gt;&lt;P&gt;P[Prepay] = CtoP/(1+CtoD + CtoP) = 0.01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first projection month, how are these probabilities converted to 1,0,0 (0r 0,1,0 or 0,0,1)?&lt;/P&gt;&lt;P&gt;Using uniform distribution and decide if the probability is less than 0.96 then the loan will be current (C =1, 0, P=0)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted to understand the conversion of probabilities to a unique state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 01:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-MIP-Monte-Carlo-Simulation-Transition-Matrix/m-p/556981#M322</guid>
      <dc:creator>Mantripragada</dc:creator>
      <dc:date>2019-05-08T01:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS MIP Monte Carlo Simulation - Transition Matrix</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-MIP-Monte-Carlo-Simulation-Transition-Matrix/m-p/557303#M323</link>
      <description>&lt;P&gt;Typically once the probabilities of each state are known, a simple uniform pseudo-random variable can be drawn.&amp;nbsp; Then, this can be used to determine what the simulated state will be.&amp;nbsp; This is repeated for each of the horizons.&amp;nbsp; Usually these are models so the probabilities of each state will usually change over time. &amp;nbsp; This is true for a Monte Carlo State Transition model, but not a Markov Chain State Transition model.&amp;nbsp; In the Markov Chain, the instrument, or loan, will proportionally go to all states.&amp;nbsp; in the Monte Carlo it will only go to one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if the PRN was 0.8, then it would remain current.&amp;nbsp; If the PRN was 0.995, it would go to Prepay.&amp;nbsp; Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 21:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-MIP-Monte-Carlo-Simulation-Transition-Matrix/m-p/557303#M323</guid>
      <dc:creator>Stochastic_142</dc:creator>
      <dc:date>2019-05-08T21:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS MIP Monte Carlo Simulation - Transition Matrix</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-MIP-Monte-Carlo-Simulation-Transition-Matrix/m-p/557329#M324</link>
      <description>&lt;P&gt;Thanks for the clarification. Clearly stating in terms of my problem - may help someone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Random number LE 0.96 then current&lt;/P&gt;&lt;P&gt;Random Number GT 0.96 but LE 0.99 then delinquent&lt;/P&gt;&lt;P&gt;Random Number GT 0.99 but LE 1 then Prepay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 00:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-MIP-Monte-Carlo-Simulation-Transition-Matrix/m-p/557329#M324</guid>
      <dc:creator>Mantripragada</dc:creator>
      <dc:date>2019-05-09T00:12:09Z</dc:date>
    </item>
  </channel>
</rss>

