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

Icici Bank Rm Project
Icici Bank Rm ProjectIcici Bank Rm Project
Icici Bank Rm Project
Abhay pratap
 
Iif Projects
Iif ProjectsIif Projects
Iif Projects
ashu29
 

What's hot (20)

Credit appraisal at dhanlakshmi bank
Credit appraisal at dhanlakshmi bankCredit appraisal at dhanlakshmi bank
Credit appraisal at dhanlakshmi bank
 
Financial Performance Analysis
Financial Performance AnalysisFinancial Performance Analysis
Financial Performance Analysis
 
Study on customer perception towards STOCK MARKET
Study on customer perception towards STOCK MARKETStudy on customer perception towards STOCK MARKET
Study on customer perception towards STOCK MARKET
 
M&A Presentation to VISTAGE CEO Group
M&A Presentation to VISTAGE CEO GroupM&A Presentation to VISTAGE CEO Group
M&A Presentation to VISTAGE CEO Group
 
Final report for submission
Final report for submissionFinal report for submission
Final report for submission
 
Analysis of NPA management at Canara Bank
Analysis of NPA management at Canara BankAnalysis of NPA management at Canara Bank
Analysis of NPA management at Canara Bank
 
The customer satisfaction @ citi bank project report mba marketing
The customer satisfaction @ citi bank project report mba marketingThe customer satisfaction @ citi bank project report mba marketing
The customer satisfaction @ citi bank project report mba marketing
 
CIBIL
CIBILCIBIL
CIBIL
 
GOLDMAN SACHS
GOLDMAN SACHS GOLDMAN SACHS
GOLDMAN SACHS
 
Icici Bank Rm Project
Icici Bank Rm ProjectIcici Bank Rm Project
Icici Bank Rm Project
 
Iist of finance projects
Iist of finance  projectsIist of finance  projects
Iist of finance projects
 
AIG PPt.
AIG PPt.AIG PPt.
AIG PPt.
 
risk management
risk managementrisk management
risk management
 
Financial Performance Analysis of FSIBL
Financial Performance Analysis of  FSIBLFinancial Performance Analysis of  FSIBL
Financial Performance Analysis of FSIBL
 
Iif Projects
Iif ProjectsIif Projects
Iif Projects
 
From real to risk neutral probability measure for pricing and managing cva
From real to risk neutral probability measure for pricing and managing cvaFrom real to risk neutral probability measure for pricing and managing cva
From real to risk neutral probability measure for pricing and managing cva
 
How Hedge Funds Are Structured
How Hedge Funds Are StructuredHow Hedge Funds Are Structured
How Hedge Funds Are Structured
 
HDFC BANK PROJECT
HDFC BANK PROJECTHDFC BANK PROJECT
HDFC BANK PROJECT
 
Goldman sachs
Goldman sachsGoldman sachs
Goldman sachs
 
Icici Bank
Icici BankIcici Bank
Icici Bank
 

Viewers also liked

Using R in Finance
Using R in FinanceUsing R in Finance
Using R in Finance
CeShine 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 Edlefsen
Revolution 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 Series
Chengjun Wang
 
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 R
eraviv
 

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

Chapter 7 homogeneous debt portfolios
Chapter 7   homogeneous debt portfoliosChapter 7   homogeneous debt portfolios
Chapter 7 homogeneous debt portfolios
Quan Risk
 
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.
 
BOCR multi level ANP models
BOCR multi level ANP modelsBOCR multi level ANP models
BOCR multi level ANP models
Elena Rokou
 
Credit risk off shoring
Credit risk off shoringCredit risk off shoring
Credit risk off shoring
Venkat Iyer
 
Brigham_FFM16_Concise11_ch10ppt_PPT.pptx
Brigham_FFM16_Concise11_ch10ppt_PPT.pptxBrigham_FFM16_Concise11_ch10ppt_PPT.pptx
Brigham_FFM16_Concise11_ch10ppt_PPT.pptx
ssuser9e852e1
 
5618 ZRE_WP_Solution_11
5618 ZRE_WP_Solution_115618 ZRE_WP_Solution_11
5618 ZRE_WP_Solution_11
Gaurav Chawla
 

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

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
Revolution 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

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 

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