SlideShare a Scribd company logo
1 of 78
Download to read offline
Using R in Academic Finance 
              Sanjiv R. Das 
    Professor, Santa Clara University 
        Department of Finance 
    h?p://algo.scu.edu/~sanjivdas/ 
Outline 
•  High‐performance compuGng for Finance 
•  Modeling the opGmal modificaGon of home 
   loans using R 
•  IdenGfying systemically risky financial 
   insGtuGons using R network models. 
•  Goal‐based porOolio opGmizaGon with R 
•  Using R to deliver funcGons/models on the 
   web, and for pedagogical purposes. 
          R works well with Python and C. 
h?p://www.rinfinance.com/RinFinance2010/agenda/ 


h?p://cran.r‐project.org/web/views/Finance.html 
Calling C from R: An Example of Tax‐opGmized PorOolio Rebalancing 
Calling C from R: An Example of Tax‐opGmized PorOolio Rebalancing 
R CMD SHLIB tax.c 
Topic 1 

MODIFYING HOME LOANS 
WITH R MODELS 
     THE PRINCIPAL PRINCIPLE: OpGmal ModificaGon of Distressed Home Loans 
     (Why Lenders should Forgive, not Foresake Mortgages) 
      
     STRATEGIC LOAN MODIFICATION: An OpGons based response to strategic 
     default 
     (joint work with Ray Meadows) 
      
Game theoreGc problem:  
 
Lender determines the loan 
modificaGon that maximizes 
value of loan given that the 
borrower will act strategically in 
his best interest.  
Model 

Home value 




   HJM 




CorrelaGon 




              h?p://algo.scu.edu/~sanjivdas/    14 
“Iso‐Service” Surface 
                          choose 


Loan balance = $300,000 
Home value = $250,000 
 
Remaining maturity = 25 years 
A = $1,933 per month  
 
Amax = $20,000 per year 
    ($1,667 per month) 




 2/27/12                 h?p://algo.scu.edu/~sanjivdas/    15 
Some R 
Values of Iso‐Service Loans 




         h?p://algo.scu.edu/~sanjivdas/    17 
Default Put Exercise Region 
L=225,000 




L=250,000 




             h?p://algo.scu.edu/~sanjivdas/    18 
Cure risk and Re‐default Risk 
The risk of unnecessary relief, i.e., the                     Providing fuGle relief, leading to 
borrower would not have ulGmately                             ulGmate default anyway.  
defaulted. 




 Value of loan accounGng                        A: borrower income available for housing 
 for willingness to pay                         service, with mean μ and std. dev σ.  




                                    h?p://algo.scu.edu/~sanjivdas/                                  19 
h?p://algo.scu.edu/~sanjivdas/    20 
Logit: Explaining Re‐default 




h?p://algo.scu.edu/~sanjivdas/ 
Reduced‐Form Analysis of SAMs 

                                                       Home values 



      Normalize iniGal home value to 1. The opGon to default is ITM when (H > L).  
       
      There is a home value D at which the borrower will default. D is a “default level” 
      or default exercise barrier.  
       
      D is a funcGon of the lender share θ, we write it as D(L, θ). 
       
      D increases in L and in θ. 
       
      Foreclosure recovery as a fracGon of H is ϕ. 




22    h?p://algo.scu.edu/~sanjivdas/ 
Default Barrier and Lender Share 




23    h?p://algo.scu.edu/~sanjivdas/ 
Barrier Model IntuiGon 
                                                                   No default 
                                                                   Payoff=L 
                                                                                 Region of 
                                                                                 no default 
      H0 = 1                                                                     and gains 
                                                                                 to SAM 




                                                           Default
                                                           Payoff=фD
         D=L exp[‐γ(1‐θ)] 




                                             Region of default  

24         h?p://algo.scu.edu/~sanjivdas/ 
A Barrier OpGon DecomposiGon 
       Non‐default  
       component 




       Default component 




       Shared AppreciaGon 
       component 




25                     PDE    h?p://algo.scu.edu/~sanjivdas/ 
The Closed‐Form SoluGon 




26 
              h?p://algo.scu.edu/~sanjivdas/ 
SAM or not? 




                                  27 
h?p://algo.scu.edu/~sanjivdas/ 
Topic 2 

MANAGING SYSTEMIC RISK BY ANALYZING 
NETWORKS USING R 
 
 
THE MIDAS PROJECT @IBM 
  
  
Paper: “Unleashing the Power of Public Data for 
Financial Risk Measurement, RegulaGon, and 
Governance” (with Mauricio A. Hernandez, Howard Ho, Georgia 
Koutrika, Rajasekar Krishnamurthy, Lucian Popa, Ioana R. Stanoi, Shivakumar 
Vaithyanathan) IBM Almaden) 
Midas Financial Insights 
                                  Proxy Statement                                              Insider Transaction
Annual Report
                                                                    Loan Agreement




                    Raw Unstructured Data                                            Raw Unstructured Data 

                                    Extract                                    Integrate

Related Companies
                                                         Data for Analysis             Exposure by subsidiary


                                                    Loan Exposure



                                             … 


                                                                                                                     … 
                                                                                                                      29 
Systemic Analysis 
Systemic Analysis 
 
•  DefiniGon: the measurement and analysis of relaGonships across enGGes 
   with a view to understanding the impact of these relaGonships on the 
   system as a whole.  
•  Challenge: requires most or all of the data in the system; therefore, high‐
   quality informaGon extracGon and integraGon is criGcal.  

Systemic Risk 
 
•  Current approaches: use stock return correlaGons (indirect). [Acharya, et 
   al 2010; Adrian and Brunnermeier 2009; Billio, Getmansky, Lo 2010; 
   Kritzman, Li, Page, Rigobon 2010] 
•  Midas: uses semi‐structured archival data from SEC and FDIC to construct 
   a co‐lending network; network analysis is then used to determine which 
   banks pose the greatest risk to the system.  
 
                                                                           30 
Co‐lending Network 
•  DefiniGon: a network based on links between banks that lend 
   together.  
•  Loans used are not overnight loans. We look at longer‐term 
   lending relaGonships.  
•  Lending adjacency matrix:  
•  Undirected graph, i.e., symmetric   
•  Total lending impact for each bank: 
  



                                                                 31 
Centrality 
•  Influence relaGons are circular: 




•  Pre‐mulGply by scalar to get an eigensystem: 




•  Principal eigenvector of this system gives the  centrality  score for a 
   bank. 

•  This score is a measure of the systemic risk of a bank.  
                                                                              32 
Data 

•  Five years: 2005—2009. 
•  Loans between FIs only.  
•  Filings made with the SEC. 
•  No overnight loans. 
•  Example: 364‐day bridge loans, longer‐term credit arrangement, 
   Libor notes, etc.  
•  Remove all edge weights < 2 to remove banks that are minimally 
   acGve. Remove all nodes with no edges. (This is a choice for the 
   regulator.) 



                                                                   33 
2005 




 CiGgroup Inc. 




                   J.P. Morgan Chase 
                  Bank of America Corp. 
2006      2007 




2008      2009 




        37 
Network Fragility 
•  DefiniGon: how quickly will the failure of any one bank 
   trigger failures across the network? 
•  Metric: expected degree of neighboring nodes              R!2
   averaged across all nodes.  



•  Neighborhoods are expected to  expand  when  
•  Metric: diameter of the network. 




                                                              38 
Top 25 banks by systemic risk 




                                 39 
Topic 3 

PORTFOLIO OPTIMIZATION USING R 
 
 
 
The research papers for this work are on my web page – just google it. 
h?p://algo.scu.edu/~sanjivdas/research.htm/ 
 
1.  Das, Markowitz, Scheid, and Statman (JFQA 2010), “PorOolio OpGmizaGon with 
     Mental Accounts” 
2.  Das & Statman (2008), “Beyond Mean‐Variance: PorOolio with  
     Structured Products and non‐Gaussian returns.”    
Standard OpGmizaGon Problem 
                                  Risk aversion
                      Mean
                                                  Covariance matrix




       Portfolio weights




SOLUTION:



                See D, Markowitz, Scheid, Statman (JFQA 2010)

                                   Sanjiv Das                         41
SoluGon Math 




     Sanjiv Das    42
Final soluGon 




     Sanjiv Das    43
Example: ConstrucGon of PorOolios: Available securiGes 

                     Expected returns        Standard
                                             deviations

Bond                        5%                  5%


Low-risk stock             10%                  20%


High-risk stock            25%                  50%



 The correlation between the two stocks is 0.2.
         Other correlations are zero.

                          Sanjiv Das                        44
Investor goals (sub‐porOolios) 




                  45
Sub‐porOolios and overall porOolio 




 The expected return of the overall porOolio is the weighted 
     average of the expected returns of the sub‐porOolios. 
The risk of the overall porOolio is not the weighted average of 
                   the risk of the sub‐porOolios. 

                           Sanjiv Das                       46
Mean‐variance efficient fronGer 




            Sanjiv Das           47
Real porOolios versus virtual porOolios 




                Sanjiv Das                 48
An alternate problem 

                     For normal returns




                       Solve for γ




        Sanjiv Das                        49
Risk as probability of losses 




    Mean-variance problem: Minimize Risk
    (variance) subject to minimum level of
    Expected Return.




    Behavioral portfolio theory: Maximize
    Return subject to a maximum probability
    of falling below a threshold.
                    Sanjiv Das                52
Efficient FronGers in the BPT  
 (Mental Account) World 




           Sanjiv Das           53
Short‐Selling Constraints 




Linear program with non‐linear constraints. This is not a standard quadraGc 
programming problem (QP) like the Markowitz model.  
MVT uses a standard QP: quadra6c objecGve funcGon with linear constraints.  




                                                                               54
Modified Problem 



           Standard QP 


     Standard QP problem
     with linear constraints




Amenable to industrial opGmizers; we use the R system with the quadprog 
package and minpack.lm library. 


                                San Diego, 12‐Nov‐2007                     55
MV FronGer with Short‐selling 




             Sanjiv Das          56
DeviaGng from Normality with Copulas 




                Sanjiv Das              57
Gaussian Copula 




      Sanjiv Das   58
Extended OpGmizaGon Problem 




            Sanjiv Das         59
SoluGon 




  Sanjiv Das   61
Non‐Linear Products 

U is a set of states over          r(u) is a n-vector of random returns
n assets




                            Sanjiv Das                                    62
                                                  Compute p[r(u)]
Restatement of the problem 




This is a quadratic optimization with linear constraints.

Not a quadratic optimization with non-linear constraints.

                        Sanjiv Das                          63
Introducing Structured Products 
    Can we improve the risk-adjusted returns in a
    portfolio by using puts and calls?
            Derivatives are very risky.




                      Sanjiv Das                    And so ….
                                                                64
Are puts opGmal? 




No, they add very little value to the portfolio.

             But …


                     Sanjiv Das                    65
Puts are needed when the threshold return is high 




For high thresholds the investor cannot get an acceptable portfolio without puts.
                                    Sanjiv Das                                 66
Should investors use calls? 
               Calls are risky too.




But have attractive and high mean returns!
                      Sanjiv Das             67
Calls give be?er porOolios 




     Improvement is greater
     than 60 bps !

             Sanjiv Das       68
Structured Product:  
The Barrier‐M‐note 




       Sanjiv Das       69
Barrier‐M Note 




     Sanjiv Das   70
Truncated Straddle  
            Barrier-M-note




Return pick-up greater than 250 bps!
                Sanjiv Das             71
Equity‐Indexed Product 




         Sanjiv Das       72
Conclusion 
•  Investors find it easier to think in terms of mental accounts or sub‐porOolios 
   when trying to reach their separate financial goals.  
•  Behavioral porOolio theory deals with maximizing return subject to managing 
   the risk of loss. This problem has a mathemaGcal mapping into mean‐variance 
   opGmizaGon, yet is much more general.  
•  Even with short‐selling prohibited, the loss from sub‐porOolio opGmizaGon is 
   smaller than the loss from misesGmaGng investor preferences.  
•  ReporGng performance by sub‐porOolio enables investors to track their goals 
   be?er.  
•  Goal‐based opGmizaGon enables choosing porOolios even when normality is 
   not assumed.  
•  Goal‐based opGmizaGon provides a framework for including structured 
   products in investor porOolios. 
     The research papers for this work are on my web page – just google it. 
     h?p://algo.scu.edu/~sanjivdas/research.htm/ 
      
     1.  Das, Markowitz, Scheid, and Statman (JFQA 2010), “PorOolio OpGmizaGon with 
          Mental Accounts” 
     2.  Das & Statman (2008), “Beyond Mean‐Variance: PorOolio with  
                                       Sanjiv Das                               73
          Structured Products and non‐Gaussian returns.”    
Topic 4 

PEDAGOGICAL USES FOR R USING THE WEB 
 
 
 
           h?p://sanjivdas.wordpress.com/ 
Use the Rcgi package from David Firth: h?p://www.omegahat.org/CGIwithR/  


You need two program files to get everything working. 
(a)  The html file that is the web form for input data. 
(b)  The R file, with special tags for use with the CGIwithR package. 
R Code called from CGI 
h?p://algo.scu.edu/~sanjivdas/Rcgi/
mortgage_calc.html 
High-performance
   computing (parallelR)


                           Network modeling



                                Q? 
          Optimization


Web functions
                              Calling C from R


   Lattice dynamic
   optimization
                             High-dimensional
                             distributions with
                             copulas

More Related Content

Viewers also liked

Business Finance KPI's - tutorial
Business Finance KPI's -  tutorialBusiness Finance KPI's -  tutorial
Business Finance KPI's - tutorialSmeebi
 
How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...
How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...
How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...Zurich_R_User_Group
 
Introduction to data analysis using R
Introduction to data analysis using RIntroduction to data analysis using R
Introduction to data analysis using RVictoria López
 
Yhat - Applied Data Science - Feb 2016
Yhat - Applied Data Science - Feb 2016Yhat - Applied Data Science - Feb 2016
Yhat - Applied Data Science - Feb 2016Austin Ogilvie
 
Basic data analysis using R.
Basic data analysis using R.Basic data analysis using R.
Basic data analysis using R.C. Tobin Magle
 
R Spatial Analysis using SP
R Spatial Analysis using SPR Spatial Analysis using SP
R Spatial Analysis using SPtjagger
 
On clustering financial time series - A need for distances between dependent ...
On clustering financial time series - A need for distances between dependent ...On clustering financial time series - A need for distances between dependent ...
On clustering financial time series - A need for distances between dependent ...Gautier Marti
 
Backtesting Trading Strategies with R
Backtesting Trading Strategies with RBacktesting Trading Strategies with R
Backtesting Trading Strategies with Reraviv
 
The Value of Open Source Communities
The Value of Open Source CommunitiesThe Value of Open Source Communities
The Value of Open Source CommunitiesRevolution Analytics
 
Data Manipulation Using R (& dplyr)
Data Manipulation Using R (& dplyr)Data Manipulation Using R (& dplyr)
Data Manipulation Using R (& dplyr)Ram Narasimhan
 
Data Mining – analyse Bank Marketing Data Set
Data Mining – analyse Bank Marketing Data SetData Mining – analyse Bank Marketing Data Set
Data Mining – analyse Bank Marketing Data SetMateusz Brzoska
 
Self-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin R
Self-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin RSelf-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin R
Self-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin Rshanelynn
 
Iris data analysis example in R
Iris data analysis example in RIris data analysis example in R
Iris data analysis example in RDuyen Do
 
Text Mining with R -- an Analysis of Twitter Data
Text Mining with R -- an Analysis of Twitter DataText Mining with R -- an Analysis of Twitter Data
Text Mining with R -- an Analysis of Twitter DataYanchang Zhao
 

Viewers also liked (20)

Business Finance KPI's - tutorial
Business Finance KPI's -  tutorialBusiness Finance KPI's -  tutorial
Business Finance KPI's - tutorial
 
Data visualization with R
Data visualization with RData visualization with R
Data visualization with R
 
How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...
How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...
How to use R in different professions: R In Finance (Speaker: Gabriel Foix, M...
 
Introduction to data analysis using R
Introduction to data analysis using RIntroduction to data analysis using R
Introduction to data analysis using R
 
Yhat - Applied Data Science - Feb 2016
Yhat - Applied Data Science - Feb 2016Yhat - Applied Data Science - Feb 2016
Yhat - Applied Data Science - Feb 2016
 
Basic data analysis using R.
Basic data analysis using R.Basic data analysis using R.
Basic data analysis using R.
 
R Spatial Analysis using SP
R Spatial Analysis using SPR Spatial Analysis using SP
R Spatial Analysis using SP
 
Facebook data analysis using r
Facebook data analysis using rFacebook data analysis using r
Facebook data analysis using r
 
On clustering financial time series - A need for distances between dependent ...
On clustering financial time series - A need for distances between dependent ...On clustering financial time series - A need for distances between dependent ...
On clustering financial time series - A need for distances between dependent ...
 
Unit 3
Unit 3Unit 3
Unit 3
 
Backtesting Trading Strategies with R
Backtesting Trading Strategies with RBacktesting Trading Strategies with R
Backtesting Trading Strategies with R
 
The Value of Open Source Communities
The Value of Open Source CommunitiesThe Value of Open Source Communities
The Value of Open Source Communities
 
RHadoop, R meets Hadoop
RHadoop, R meets HadoopRHadoop, R meets Hadoop
RHadoop, R meets Hadoop
 
Data Manipulation Using R (& dplyr)
Data Manipulation Using R (& dplyr)Data Manipulation Using R (& dplyr)
Data Manipulation Using R (& dplyr)
 
Banco Presentation_Team 6
Banco Presentation_Team 6Banco Presentation_Team 6
Banco Presentation_Team 6
 
Data Mining – analyse Bank Marketing Data Set
Data Mining – analyse Bank Marketing Data SetData Mining – analyse Bank Marketing Data Set
Data Mining – analyse Bank Marketing Data Set
 
Self-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin R
Self-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin RSelf-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin R
Self-Organising Maps for Customer Segmentation using R - Shane Lynn - Dublin R
 
Iris data analysis example in R
Iris data analysis example in RIris data analysis example in R
Iris data analysis example in R
 
Text Mining with R -- an Analysis of Twitter Data
Text Mining with R -- an Analysis of Twitter DataText Mining with R -- an Analysis of Twitter Data
Text Mining with R -- an Analysis of Twitter Data
 
Data Science At Zillow
Data Science At ZillowData Science At Zillow
Data Science At Zillow
 

Similar to Using R for Analyzing Loans, Portfolios and Risk: From Academic Theory to Financial Practice

03.2 homogeneous debt portfolios
03.2   homogeneous debt portfolios03.2   homogeneous debt portfolios
03.2 homogeneous debt portfolioscrmbasel
 
Chapter 7 homogeneous debt portfolios
Chapter 7   homogeneous debt portfoliosChapter 7   homogeneous debt portfolios
Chapter 7 homogeneous debt portfoliosQuan Risk
 
Basel II IRB Risk Weight Functions : Demonstration and Analysis
Basel II IRB Risk Weight Functions : Demonstration and AnalysisBasel II IRB Risk Weight Functions : Demonstration and Analysis
Basel II IRB Risk Weight Functions : Demonstration and AnalysisGenest Benoit
 
Basel II IRB Risk Weight Functions
Basel II IRB Risk Weight FunctionsBasel II IRB Risk Weight Functions
Basel II IRB Risk Weight FunctionsGRATeam
 
Risk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptx
Risk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptxRisk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptx
Risk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptxNeo4j
 
An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...
An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...
An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...Michael Jacobs, Jr.
 
Statistical review of mortgage credit risk variables ica 2010
Statistical review of mortgage credit risk variables ica 2010Statistical review of mortgage credit risk variables ica 2010
Statistical review of mortgage credit risk variables ica 2010kylemrotek
 
BOCR multi level ANP models
BOCR multi level ANP modelsBOCR multi level ANP models
BOCR multi level ANP modelsElena Rokou
 
Credit risk off shoring
Credit risk off shoringCredit risk off shoring
Credit risk off shoringVenkat Iyer
 
Brigham_FFM16_Concise11_ch10ppt_PPT.pptx
Brigham_FFM16_Concise11_ch10ppt_PPT.pptxBrigham_FFM16_Concise11_ch10ppt_PPT.pptx
Brigham_FFM16_Concise11_ch10ppt_PPT.pptxssuser9e852e1
 
Drsk bloomberg deafult risk
Drsk bloomberg deafult riskDrsk bloomberg deafult risk
Drsk bloomberg deafult riskdenurpramana
 
5618 ZRE_WP_Solution_11
5618 ZRE_WP_Solution_115618 ZRE_WP_Solution_11
5618 ZRE_WP_Solution_11Gaurav Chawla
 
Learning credit networks with applications in financial industry - Sumit Sourabh
Learning credit networks with applications in financial industry - Sumit SourabhLearning credit networks with applications in financial industry - Sumit Sourabh
Learning credit networks with applications in financial industry - Sumit SourabhPyData
 
09.2 credit scoring
09.2   credit scoring09.2   credit scoring
09.2 credit scoringcrmbasel
 
Default Probability Prediction using Artificial Neural Networks in R Programming
Default Probability Prediction using Artificial Neural Networks in R ProgrammingDefault Probability Prediction using Artificial Neural Networks in R Programming
Default Probability Prediction using Artificial Neural Networks in R ProgrammingVineet Ojha
 

Similar to Using R for Analyzing Loans, Portfolios and Risk: From Academic Theory to Financial Practice (20)

03.2 homogeneous debt portfolios
03.2   homogeneous debt portfolios03.2   homogeneous debt portfolios
03.2 homogeneous debt portfolios
 
Credit risk
Credit riskCredit risk
Credit risk
 
Chapter 7 homogeneous debt portfolios
Chapter 7   homogeneous debt portfoliosChapter 7   homogeneous debt portfolios
Chapter 7 homogeneous debt portfolios
 
Basel II IRB Risk Weight Functions : Demonstration and Analysis
Basel II IRB Risk Weight Functions : Demonstration and AnalysisBasel II IRB Risk Weight Functions : Demonstration and Analysis
Basel II IRB Risk Weight Functions : Demonstration and Analysis
 
Basel II IRB Risk Weight Functions
Basel II IRB Risk Weight FunctionsBasel II IRB Risk Weight Functions
Basel II IRB Risk Weight Functions
 
Risk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptx
Risk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptxRisk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptx
Risk Signature Profiles in Health Care Claims(Risk_Signature_Profiles)_.pptx
 
An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...
An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...
An Empirical Study of the Returns on Defaulted Debt and the Discount Rate for...
 
Statistical review of mortgage credit risk variables ica 2010
Statistical review of mortgage credit risk variables ica 2010Statistical review of mortgage credit risk variables ica 2010
Statistical review of mortgage credit risk variables ica 2010
 
Lecture007.pdf
Lecture007.pdfLecture007.pdf
Lecture007.pdf
 
BOCR multi level ANP models
BOCR multi level ANP modelsBOCR multi level ANP models
BOCR multi level ANP models
 
Credit risk off shoring
Credit risk off shoringCredit risk off shoring
Credit risk off shoring
 
Brigham_FFM16_Concise11_ch10ppt_PPT.pptx
Brigham_FFM16_Concise11_ch10ppt_PPT.pptxBrigham_FFM16_Concise11_ch10ppt_PPT.pptx
Brigham_FFM16_Concise11_ch10ppt_PPT.pptx
 
Drsk bloomberg deafult risk
Drsk bloomberg deafult riskDrsk bloomberg deafult risk
Drsk bloomberg deafult risk
 
5618 ZRE_WP_Solution_11
5618 ZRE_WP_Solution_115618 ZRE_WP_Solution_11
5618 ZRE_WP_Solution_11
 
Learning credit networks with applications in financial industry - Sumit Sourabh
Learning credit networks with applications in financial industry - Sumit SourabhLearning credit networks with applications in financial industry - Sumit Sourabh
Learning credit networks with applications in financial industry - Sumit Sourabh
 
risk.ppt
risk.pptrisk.ppt
risk.ppt
 
09.2 credit scoring
09.2   credit scoring09.2   credit scoring
09.2 credit scoring
 
Default Probability Prediction using Artificial Neural Networks in R Programming
Default Probability Prediction using Artificial Neural Networks in R ProgrammingDefault Probability Prediction using Artificial Neural Networks in R Programming
Default Probability Prediction using Artificial Neural Networks in R Programming
 
asd.pptx
asd.pptxasd.pptx
asd.pptx
 
Lgd Model Jacobs 10 10 V2[1]
Lgd Model Jacobs 10 10 V2[1]Lgd Model Jacobs 10 10 V2[1]
Lgd Model Jacobs 10 10 V2[1]
 

More from Revolution Analytics

Speeding up R with Parallel Programming in the Cloud
Speeding up R with Parallel Programming in the CloudSpeeding up R with Parallel Programming in the Cloud
Speeding up R with Parallel Programming in the CloudRevolution Analytics
 
Migrating Existing Open Source Machine Learning to Azure
Migrating Existing Open Source Machine Learning to AzureMigrating Existing Open Source Machine Learning to Azure
Migrating Existing Open Source Machine Learning to AzureRevolution Analytics
 
Speed up R with parallel programming in the Cloud
Speed up R with parallel programming in the CloudSpeed up R with parallel programming in the Cloud
Speed up R with parallel programming in the CloudRevolution Analytics
 
Predicting Loan Delinquency at One Million Transactions per Second
Predicting Loan Delinquency at One Million Transactions per SecondPredicting Loan Delinquency at One Million Transactions per Second
Predicting Loan Delinquency at One Million Transactions per SecondRevolution Analytics
 
Building a scalable data science platform with R
Building a scalable data science platform with RBuilding a scalable data science platform with R
Building a scalable data science platform with RRevolution Analytics
 
The Business Economics and Opportunity of Open Source Data Science
The Business Economics and Opportunity of Open Source Data ScienceThe Business Economics and Opportunity of Open Source Data Science
The Business Economics and Opportunity of Open Source Data ScienceRevolution Analytics
 
Taking R Analytics to SQL and the Cloud
Taking R Analytics to SQL and the CloudTaking R Analytics to SQL and the Cloud
Taking R Analytics to SQL and the CloudRevolution Analytics
 
The Network structure of R packages on CRAN & BioConductor
The Network structure of R packages on CRAN & BioConductorThe Network structure of R packages on CRAN & BioConductor
The Network structure of R packages on CRAN & BioConductorRevolution Analytics
 
The network structure of cran 2015 07-02 final
The network structure of cran 2015 07-02 finalThe network structure of cran 2015 07-02 final
The network structure of cran 2015 07-02 finalRevolution Analytics
 
Simple Reproducibility with the checkpoint package
Simple Reproducibilitywith the checkpoint packageSimple Reproducibilitywith the checkpoint package
Simple Reproducibility with the checkpoint packageRevolution Analytics
 
Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15
Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15
Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15Revolution Analytics
 

More from Revolution Analytics (20)

Speeding up R with Parallel Programming in the Cloud
Speeding up R with Parallel Programming in the CloudSpeeding up R with Parallel Programming in the Cloud
Speeding up R with Parallel Programming in the Cloud
 
Migrating Existing Open Source Machine Learning to Azure
Migrating Existing Open Source Machine Learning to AzureMigrating Existing Open Source Machine Learning to Azure
Migrating Existing Open Source Machine Learning to Azure
 
R in Minecraft
R in Minecraft R in Minecraft
R in Minecraft
 
The case for R for AI developers
The case for R for AI developersThe case for R for AI developers
The case for R for AI developers
 
Speed up R with parallel programming in the Cloud
Speed up R with parallel programming in the CloudSpeed up R with parallel programming in the Cloud
Speed up R with parallel programming in the Cloud
 
The R Ecosystem
The R EcosystemThe R Ecosystem
The R Ecosystem
 
R Then and Now
R Then and NowR Then and Now
R Then and Now
 
Predicting Loan Delinquency at One Million Transactions per Second
Predicting Loan Delinquency at One Million Transactions per SecondPredicting Loan Delinquency at One Million Transactions per Second
Predicting Loan Delinquency at One Million Transactions per Second
 
Reproducible Data Science with R
Reproducible Data Science with RReproducible Data Science with R
Reproducible Data Science with R
 
The R Ecosystem
The R EcosystemThe R Ecosystem
The R Ecosystem
 
R at Microsoft (useR! 2016)
R at Microsoft (useR! 2016)R at Microsoft (useR! 2016)
R at Microsoft (useR! 2016)
 
Building a scalable data science platform with R
Building a scalable data science platform with RBuilding a scalable data science platform with R
Building a scalable data science platform with R
 
R at Microsoft
R at MicrosoftR at Microsoft
R at Microsoft
 
The Business Economics and Opportunity of Open Source Data Science
The Business Economics and Opportunity of Open Source Data ScienceThe Business Economics and Opportunity of Open Source Data Science
The Business Economics and Opportunity of Open Source Data Science
 
Taking R Analytics to SQL and the Cloud
Taking R Analytics to SQL and the CloudTaking R Analytics to SQL and the Cloud
Taking R Analytics to SQL and the Cloud
 
The Network structure of R packages on CRAN & BioConductor
The Network structure of R packages on CRAN & BioConductorThe Network structure of R packages on CRAN & BioConductor
The Network structure of R packages on CRAN & BioConductor
 
The network structure of cran 2015 07-02 final
The network structure of cran 2015 07-02 finalThe network structure of cran 2015 07-02 final
The network structure of cran 2015 07-02 final
 
Simple Reproducibility with the checkpoint package
Simple Reproducibilitywith the checkpoint packageSimple Reproducibilitywith the checkpoint package
Simple Reproducibility with the checkpoint package
 
R at Microsoft
R at MicrosoftR at Microsoft
R at Microsoft
 
Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15
Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15
Revolution R Enterprise 7.4 - Presentation by Bill Jacobs 11Jun15
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

Using R for Analyzing Loans, Portfolios and Risk: From Academic Theory to Financial Practice