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

What's hot

Introduction to Supply Chain Finance
Introduction to Supply Chain FinanceIntroduction to Supply Chain Finance
Introduction to Supply Chain FinanceSteve Keifer
 
NBFC Sector and understanding or risk management model credit memorandum
NBFC Sector and understanding or risk management model credit memorandumNBFC Sector and understanding or risk management model credit memorandum
NBFC Sector and understanding or risk management model credit memorandumRohit Kerkar
 
Savings mobilization strategies
Savings mobilization strategiesSavings mobilization strategies
Savings mobilization strategiesMABSIV
 
Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Capgemini
 
Wearables in Banking
Wearables in BankingWearables in Banking
Wearables in BankingMisys
 
ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6
ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6
ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6Women In Business
 
Transform Your Credit and Collections with Predictive Analytics
Transform Your Credit and Collections with Predictive AnalyticsTransform Your Credit and Collections with Predictive Analytics
Transform Your Credit and Collections with Predictive AnalyticsFIS
 
Role of GSP and ASP
Role of GSP and ASPRole of GSP and ASP
Role of GSP and ASPAvalara
 

What's hot (20)

Introduction to Supply Chain Finance
Introduction to Supply Chain FinanceIntroduction to Supply Chain Finance
Introduction to Supply Chain Finance
 
Icici ppt
Icici pptIcici ppt
Icici ppt
 
Credit Scoring.ppt
Credit Scoring.pptCredit Scoring.ppt
Credit Scoring.ppt
 
NBFC Sector and understanding or risk management model credit memorandum
NBFC Sector and understanding or risk management model credit memorandumNBFC Sector and understanding or risk management model credit memorandum
NBFC Sector and understanding or risk management model credit memorandum
 
Final Project For Meezan bank By Ateeq zada
Final Project For Meezan bank By Ateeq zadaFinal Project For Meezan bank By Ateeq zada
Final Project For Meezan bank By Ateeq zada
 
Credit bureau
Credit bureauCredit bureau
Credit bureau
 
Ppt on chanda kochhar
Ppt on chanda kochharPpt on chanda kochhar
Ppt on chanda kochhar
 
Credit appraisal SYSTEM
Credit appraisal SYSTEMCredit appraisal SYSTEM
Credit appraisal SYSTEM
 
Savings mobilization strategies
Savings mobilization strategiesSavings mobilization strategies
Savings mobilization strategies
 
Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021Top Trends in Commercial Banking: 2021
Top Trends in Commercial Banking: 2021
 
Credit scoring
Credit scoringCredit scoring
Credit scoring
 
Wearables in Banking
Wearables in BankingWearables in Banking
Wearables in Banking
 
risk management
risk managementrisk management
risk management
 
Jntu credit risk-management
Jntu credit risk-managementJntu credit risk-management
Jntu credit risk-management
 
CIBIL PPT.pptx
CIBIL PPT.pptxCIBIL PPT.pptx
CIBIL PPT.pptx
 
Bill discounting
Bill discountingBill discounting
Bill discounting
 
ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6
ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6
ICB PAYROLL & MONTHLY SARS RETURNS Learning module 6
 
Transform Your Credit and Collections with Predictive Analytics
Transform Your Credit and Collections with Predictive AnalyticsTransform Your Credit and Collections with Predictive Analytics
Transform Your Credit and Collections with Predictive Analytics
 
Role of GSP and ASP
Role of GSP and ASPRole of GSP and ASP
Role of GSP and ASP
 
Business Intelligence - Conceptual Introduction
Business Intelligence - Conceptual IntroductionBusiness Intelligence - Conceptual Introduction
Business Intelligence - Conceptual Introduction
 

Viewers also liked

R in finance: Introduction to R and Its Applications in Finance
R in finance: Introduction to R and Its Applications in FinanceR in finance: Introduction to R and Its Applications in Finance
R in finance: Introduction to R and Its Applications in FinanceLiang C. Zhang (張良丞)
 
American Century (Revolution Analytics Customer Day)
American Century (Revolution Analytics Customer Day)American Century (Revolution Analytics Customer Day)
American Century (Revolution Analytics Customer Day)Revolution Analytics
 
Using R in Finance
Using R in FinanceUsing R in Finance
Using R in FinanceCeShine Lee
 
Analysis of massive data using R (CAEPIA2015)
Analysis of massive data using R (CAEPIA2015)Analysis of massive data using R (CAEPIA2015)
Analysis of massive data using R (CAEPIA2015)AMIDST Toolbox
 
Scalable Data Analysis in R -- Lee Edlefsen
Scalable Data Analysis in R -- Lee EdlefsenScalable Data Analysis in R -- Lee Edlefsen
Scalable Data Analysis in R -- Lee EdlefsenRevolution Analytics
 
Chapter 2. Multivariate Analysis of Stationary Time Series
 Chapter 2. Multivariate Analysis of Stationary Time Series Chapter 2. Multivariate Analysis of Stationary Time Series
Chapter 2. Multivariate Analysis of Stationary Time SeriesChengjun Wang
 
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
 

Viewers also liked (20)

R in finance: Introduction to R and Its Applications in Finance
R in finance: Introduction to R and Its Applications in FinanceR in finance: Introduction to R and Its Applications in Finance
R in finance: Introduction to R and Its Applications in Finance
 
Successful Uses of R in Banking
Successful Uses of R in BankingSuccessful Uses of R in Banking
Successful Uses of R in Banking
 
American Century (Revolution Analytics Customer Day)
American Century (Revolution Analytics Customer Day)American Century (Revolution Analytics Customer Day)
American Century (Revolution Analytics Customer Day)
 
Using R in Finance
Using R in FinanceUsing R in Finance
Using R in Finance
 
Analysis of massive data using R (CAEPIA2015)
Analysis of massive data using R (CAEPIA2015)Analysis of massive data using R (CAEPIA2015)
Analysis of massive data using R (CAEPIA2015)
 
Scalable Data Analysis in R -- Lee Edlefsen
Scalable Data Analysis in R -- Lee EdlefsenScalable Data Analysis in R -- Lee Edlefsen
Scalable Data Analysis in R -- Lee Edlefsen
 
Chapter 2. Multivariate Analysis of Stationary Time Series
 Chapter 2. Multivariate Analysis of Stationary Time Series Chapter 2. Multivariate Analysis of Stationary Time Series
Chapter 2. Multivariate Analysis of Stationary Time Series
 
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
 

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

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Recently uploaded (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

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