SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
Risk Parity with
Uncertain Risk Contributions
ANISH R. SHAH, CFA ANISHRS@INVESTMENTGRADEMODELING.COM
OCT 15, 2019 BOSTON
ANISHRS@INVESTMENTGRADEMODELING.COM
See paper for details and math
Shah, A. (2019). Uncertain Risk Parity
http://ssrn.com/abstract=3406321
Link to Python code (coming)
Criticism and questions:
AnishRS@InvestmentGradeModeling.com
ANISHRS@INVESTMENTGRADEMODELING.COM
Risk parity
Qian, E. (2005). Risk parity portfolios: Efficient portfolios through true diversification
◦ Almost always at asset class level – stocks, levered bonds, commodities, currencies, …
Finds weights where each investment contributes its targeted fraction of portfolio risk
◦ To normalize, fix risk of portfolio or force weights to sum to 1
Motivations
◦ Get diversified exposure to risk premium
◦ Prudent approach to an uncertain future. If covariance is diagonal, weights by inverse of std dev
◦ Robust way of doing minimum variance (4 slides ahead)
ANISHRS@INVESTMENTGRADEMODELING.COM
Risk contributions
Risk can be reported in both variance and standard deviation
◦ For contributions, it makes no difference – an investment’s fraction of total risk is the same either way
◦ Let w = (n × 1) investment weights, C = (n × n) covariance matrix
In variance
◦ σ2(w) = variance of portfolio w = ∑i wi ∑j Ci,j wj = ∑i vi where vi = investment i’s var contribution
In standard deviation
◦ σ(w) = std dev of portfolio w = [ σ2(w) ]½
◦ σ(tw) = t σ(w) → σ is homogenous of degree 1 and can apply Euler’s theorem
◦ σ(w) = ∑i wi ∂σ / ∂wi = ∑i wi ∑j Ci,j wj / σ = ∑i si where si = investment i’s std dev contribution
vi /σ2 = si /σ, so fractional contributions are the same
ANISHRS@INVESTMENTGRADEMODELING.COM
Std dev contributions, geometrically
Menchero and Davis(2011). Risk
contribution is exposure times
volatility times correlation
Risks = directions (like north-south,
east-west)
An investment (travel leg here) is a
weighted combination of risks
Standard deviation = length
A portfolio is a sum of investments
Std dev contribution = length in the
direction of the portfolio
All the movement in other directions
nets to zero
ANISHRS@INVESTMENTGRADEMODELING.COM
ATL
PHX
DEN
BOS
Getting real risks wrong
Imagine two directions of risk – market and
chicken feed – and investing long-short
Beta hedged → net risk only in chicken feed →
no market in risk contributions
ANISHRS@INVESTMENTGRADEMODELING.COM
market
cf long
short
net
What if perception is off and beta isn’t
hedged?
◦ The large market component in each side,
mismatched, drives the risk of the net
market
cf long
shortnet
Perceived-as-hedged directions vanish regardless of sensitivity to underlying offsetting risks
◦ Imagine looking at the equity of a levered company without separately seeing the debt
◦ Hidden unstable risks at both the individual investment and portfolio levels
Optimization finds perceived hedges
Risk parity is optimization
Risk parity is the solution to minimum variance with a penalty on small weights
◦ Maillard, S., Roncalli, T., and Teïletche, J. (2010). The properties of equally weighted risk contribution
portfolios
Minimizew ½ wTCw + σ2 ∑i -log(wi) fi
◦ σ2 is the target portfolio variance, and fi is the risk fraction of investment i
◦ function is convex, and d/dw = 0 ↔ the portfolio satisfies risk parity
Large literature on problems of estimation error in optimization
A different take: risk parity is a way to minimum variance under uncertainty
◦ de Jong, M. (2018). Portfolio optimisation in an uncertain world
ANISHRS@INVESTMENTGRADEMODELING.COM
Recap of motivation
Why consider uncertainty?
◦ Risks perceived as hedged are unseen at both the portfolio and individual contribution levels
◦ Optimization finds perceived hedges
◦ Risk parity, like portfolio optimization, is a form of optimization
◦ Knowing that perception is imperfect, use your coconut and consider how things could be wrong
Next: add uncertainty
ANISHRS@INVESTMENTGRADEMODELING.COM
Uncertain contributions
Recall
◦ σ2 = portfolio variance = ∑i wi ∑j Ci,j wj
◦ vi = variance contribution of investment i = wi ∑j Ci,j wj
Because these are linear combinations of the entries Ci,j
◦ Means – E[σ2] and E[vi] – are linear combinations of the E[Ci,j]’s
◦ Variances – var[σ2], cov[vi,vj], and cov[vi,σ2] – are linear combinations of the cov[Ci,j, Ck,l]’s
◦ Easily computable given E[Ci,j]’s and cov[Ci,j, Ck,l]’s
Note: std dev volatility, σ, and contributions, vi /σ, are nonlinear in the entries Ci,j
◦ Thus, machinery ahead is in variance
◦ Earlier, we saw quantities in std dev were their variance counterparts / σ
◦ Can get ‘feel’ of std dev by dividing variance quantities by E[σ2]½
◦ Can approximate errors by linearizing, e.g. si = vi /σ → var(si) ≈ [∂s/vi ∂s/σ2] cov(vi σ2) [∂s/vi ∂s/σ2]
ANISHRS@INVESTMENTGRADEMODELING.COM
Baby example of uncertain contributions
Long-short portfolio
◦ Each side has beta 1 ± 0.05 Beta uncertainty is uncorrelated and Gaussian. Market vol is 15%. No other risks or
uncertainty
◦ Portfolio beta is then 0 ± 0.07
Conventional calculation
◦ Net beta of 0 → portfolio risk is 0 → each side’s contribution is 0
◦ No market risk in portfolio
Considering uncertainty
◦ Portfolio variance has mean 1.13 and std deviation 1.6
◦ Each side’s variance contribution is 0.56 ± 15. (The correlation between the contributions is -0.995)
◦ Market, previously latent, causes all the risk
An uncertain risk decomposition report sees the risks from sensitivity in hedges
ANISHRS@INVESTMENTGRADEMODELING.COM
Uncertain risk parity
Recall to get risk parity
◦ Peg the portfolio volatility and the fractions contributed by each investment
◦ (Equivalent) peg the contributions (not fractions), which sum to the portfolio volatility
Given uncertainty, these slightly differ. (We’ll proceed using the second)
And numbers aren’t fixed, so pegging is impossible. So
◦ Employ a loss function to measure deviation from targets
◦ Find investment weights to minimize expected loss
ANISHRS@INVESTMENTGRADEMODELING.COM
Uncertain risk parity (II)
Squared error is the loss function
Minimize mean squared error between variance contributions and targets
◦ Minimizew ∑i E[ (investment i’s variance contribution – target)2 ]
Minimize ∑i (E[var contributioni] – its target)2 + var(var contributioni)
◦ Easily computed given the E[Ci,j]’s and cov[Ci,j, Ck,l]’s of entries in the investment covariance matrix (3
slides ago)
◦ The function minimized is a 4th degree polynomial in w
ANISHRS@INVESTMENTGRADEMODELING.COM
Uncertain risk parity (III): regimes
Suppose one believes regimes, obeying different covariance, are possible with some probability
◦ e.g., risk-on covariance with probability p, risk off with probability 1-p
◦ Variance contribution targets can also be regime dependent
Expected loss is easily computed
◦ E[loss] = E[ E[loss | regime = m] ] = probability weighted average of each regime’s expected loss
One final piece: the E[Ci,j]’s and cov[Ci,j, Ck,l]’s of the covariance matrix entries
ANISHRS@INVESTMENTGRADEMODELING.COM
Modeling uncertain covariance
Shah, A. (2015). Uncertain Covariance Models
◦ http://ssrn.com/abstract=2616109
Presentations
◦ http://www.slideshare.net/AnishShah23/uncertain-covariance-62814740
◦ https://www.slideshare.net/AnishShah23/uncertaintypenalized-portfolio-optimization
ANISHRS@INVESTMENTGRADEMODELING.COM
A Factor Covariance Model in Pictures
ANISHRS@INVESTMENTGRADEMODELING.COM
GOOG
Market
Risk Factors
Exposures
Stock-Specific
Effect
AAPL
GE
Growth-Value
Spread
Together these constitute a
model of how securities move –
jointly (winds and sails) and
independently (motors)
ANISHRS@INVESTMENTGRADEMODELING.COM
GOOG
Uncertain Risk Factors
projected onto orthogonal directions
Uncertain
Exposures
Uncertain
Stock-Specific
Effect
Welcome to reality!
Nothing is known with certainty.
But some forecasts are believed
more accurate than others
A portfolio’s risk has – according
to beliefs – an expected value
and a variance
Good decisions come from
considering uncertainty explicitly.
Ignoring doesn’t make it go away
An Uncertain Factor Covariance Model
Summary
Standard calculations for risk contributions – whether for reports or for use in risk parity
portfolio construction
◦ Assume hedges are real
◦ Don’t see sensitivity, miss the consequences of being wrong
Optimization finds (perceived) hedges
◦ On the reporting side, risks on these portfolios can be invisible
◦ Risk parity is a form of optimization
A saner course is modeling with uncertainty
◦ Reveals what is hiding, by explicitly modeling and integrating across the distribution of what‘s possible
◦ In risk parity and other optimization, creates robust portfolios that don’t count on perfect alignments in
a random world
ANISHRS@INVESTMENTGRADEMODELING.COM

Weitere ähnliche Inhalte

Was ist angesagt?

Portfolio theory chapter
Portfolio theory chapterPortfolio theory chapter
Portfolio theory chapter
shashi09kumar
 
2. markowitz model
2. markowitz model2. markowitz model
2. markowitz model
Akash Bakshi
 
Fm11 ch 05 risk and return portfolio theory and asset pricing models
Fm11 ch 05 risk and return  portfolio theory and asset pricing modelsFm11 ch 05 risk and return  portfolio theory and asset pricing models
Fm11 ch 05 risk and return portfolio theory and asset pricing models
Nhu Tuyet Tran
 
3. sharpe index model
3. sharpe  index model3. sharpe  index model
3. sharpe index model
Akash Bakshi
 
Markowitz Portfolio Selection
Markowitz Portfolio SelectionMarkowitz Portfolio Selection
Markowitz Portfolio Selection
merzak emerzak
 
Federico Thibaud - Capital Structure Arbitrage
Federico Thibaud - Capital Structure ArbitrageFederico Thibaud - Capital Structure Arbitrage
Federico Thibaud - Capital Structure Arbitrage
Federico Thibaud
 

Was ist angesagt? (19)

Portfolio management UNIT FIVE BBS 4th year by Dilli Baral
Portfolio management UNIT FIVE BBS 4th year by Dilli BaralPortfolio management UNIT FIVE BBS 4th year by Dilli Baral
Portfolio management UNIT FIVE BBS 4th year by Dilli Baral
 
Markowitz - sharpes and CAPM
Markowitz - sharpes and CAPMMarkowitz - sharpes and CAPM
Markowitz - sharpes and CAPM
 
Portfolio theory chapter
Portfolio theory chapterPortfolio theory chapter
Portfolio theory chapter
 
Expected value return & standard deviation
Expected value return & standard deviationExpected value return & standard deviation
Expected value return & standard deviation
 
Chapter11 projectriskanalysis
Chapter11 projectriskanalysisChapter11 projectriskanalysis
Chapter11 projectriskanalysis
 
Apoorva Javadekar -Ratings Quality Under ’Investor-Pay Model
 Apoorva Javadekar -Ratings Quality Under ’Investor-Pay Model Apoorva Javadekar -Ratings Quality Under ’Investor-Pay Model
Apoorva Javadekar -Ratings Quality Under ’Investor-Pay Model
 
2. markowitz model
2. markowitz model2. markowitz model
2. markowitz model
 
Fm11 ch 05 risk and return portfolio theory and asset pricing models
Fm11 ch 05 risk and return  portfolio theory and asset pricing modelsFm11 ch 05 risk and return  portfolio theory and asset pricing models
Fm11 ch 05 risk and return portfolio theory and asset pricing models
 
3. sharpe index model
3. sharpe  index model3. sharpe  index model
3. sharpe index model
 
Modern portfolio theory
Modern portfolio theoryModern portfolio theory
Modern portfolio theory
 
Unit4 portfolio theory & CAPM
Unit4 portfolio theory & CAPMUnit4 portfolio theory & CAPM
Unit4 portfolio theory & CAPM
 
Markowitz Portfolio Selection
Markowitz Portfolio SelectionMarkowitz Portfolio Selection
Markowitz Portfolio Selection
 
Merill finch
Merill finchMerill finch
Merill finch
 
Federico Thibaud - Capital Structure Arbitrage
Federico Thibaud - Capital Structure ArbitrageFederico Thibaud - Capital Structure Arbitrage
Federico Thibaud - Capital Structure Arbitrage
 
Modern Portfolio Theory and Practice
Modern Portfolio Theory and PracticeModern Portfolio Theory and Practice
Modern Portfolio Theory and Practice
 
IMCA Wealth Monitor
IMCA Wealth MonitorIMCA Wealth Monitor
IMCA Wealth Monitor
 
Measuring the behavioral component of financial fluctuaction. An analysis bas...
Measuring the behavioral component of financial fluctuaction. An analysis bas...Measuring the behavioral component of financial fluctuaction. An analysis bas...
Measuring the behavioral component of financial fluctuaction. An analysis bas...
 
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali TirmiziFinancial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
Financial Risk Mgt - Lec 2 by Dr. Syed Muhammad Ali Tirmizi
 
A Short Glimpse Intrododuction to Multi-Period Fuzzy Bond Imunization for Con...
A Short Glimpse Intrododuction to Multi-Period Fuzzy Bond Imunization for Con...A Short Glimpse Intrododuction to Multi-Period Fuzzy Bond Imunization for Con...
A Short Glimpse Intrododuction to Multi-Period Fuzzy Bond Imunization for Con...
 

Ähnlich wie Risk Parity with Uncertain Risk Contributions

Ff topic4 risk_and_return
Ff topic4 risk_and_returnFf topic4 risk_and_return
Ff topic4 risk_and_return
akma cool gurlz
 
BlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification TechniquesBlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification Techniques
bluebookacademy
 
Topic 4[1] finance
Topic 4[1] financeTopic 4[1] finance
Topic 4[1] finance
Fiqa Alya
 
Model of risk and return
Model of risk and returnModel of risk and return
Model of risk and return
Teguh Pribadi
 
Model of risk and return
Model of risk and returnModel of risk and return
Model of risk and return
Teguh Pribadi
 
Risk And Uncertainty Lecture 2
Risk And Uncertainty Lecture 2Risk And Uncertainty Lecture 2
Risk And Uncertainty Lecture 2
Muhammad Ijaz Syed
 

Ähnlich wie Risk Parity with Uncertain Risk Contributions (20)

SESSION 5.pptx
SESSION 5.pptxSESSION 5.pptx
SESSION 5.pptx
 
Risk returns analysis
Risk returns analysisRisk returns analysis
Risk returns analysis
 
Ch_05 - Risk and Return Valuation Theory.ppt
Ch_05 - Risk and Return Valuation Theory.pptCh_05 - Risk and Return Valuation Theory.ppt
Ch_05 - Risk and Return Valuation Theory.ppt
 
Ch_05 - Risk and Return Valuation Theory.ppt
Ch_05 - Risk and Return Valuation Theory.pptCh_05 - Risk and Return Valuation Theory.ppt
Ch_05 - Risk and Return Valuation Theory.ppt
 
Ff topic4 risk_and_return
Ff topic4 risk_and_returnFf topic4 risk_and_return
Ff topic4 risk_and_return
 
Portfolio Management
Portfolio ManagementPortfolio Management
Portfolio Management
 
Modern Portfolio Theory
Modern Portfolio TheoryModern Portfolio Theory
Modern Portfolio Theory
 
BlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification TechniquesBlueBookAcademy.com - Risk, Return & Diversification Techniques
BlueBookAcademy.com - Risk, Return & Diversification Techniques
 
Tugas manajemen keuangan difa hanifa
Tugas manajemen keuangan difa hanifaTugas manajemen keuangan difa hanifa
Tugas manajemen keuangan difa hanifa
 
Topic 4[1] finance
Topic 4[1] financeTopic 4[1] finance
Topic 4[1] finance
 
Financial Management: Risk and Rates of Return
Financial Management: Risk and Rates of ReturnFinancial Management: Risk and Rates of Return
Financial Management: Risk and Rates of Return
 
Model of risk and return
Model of risk and returnModel of risk and return
Model of risk and return
 
Model of risk and return
Model of risk and returnModel of risk and return
Model of risk and return
 
Quantitative methods - Level I - CFA Program
Quantitative methods - Level I - CFA ProgramQuantitative methods - Level I - CFA Program
Quantitative methods - Level I - CFA Program
 
Risk And Uncertainty Lecture 2
Risk And Uncertainty Lecture 2Risk And Uncertainty Lecture 2
Risk And Uncertainty Lecture 2
 
Risk And Return Of Security And Portfolio
Risk And Return Of Security And PortfolioRisk And Return Of Security And Portfolio
Risk And Return Of Security And Portfolio
 
Portfolio management
Portfolio managementPortfolio management
Portfolio management
 
MODULE - III CF.ppt
MODULE - III CF.pptMODULE - III CF.ppt
MODULE - III CF.ppt
 
measurement-of-project-risk-yG8P.pptx
measurement-of-project-risk-yG8P.pptxmeasurement-of-project-risk-yG8P.pptx
measurement-of-project-risk-yG8P.pptx
 
CAPM-3-Nt.ppt
CAPM-3-Nt.pptCAPM-3-Nt.ppt
CAPM-3-Nt.ppt
 

Kürzlich hochgeladen

Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
dipikadinghjn ( Why You Choose Us? ) Escorts
 

Kürzlich hochgeladen (20)

(INDIRA) Call Girl Srinagar Call Now 8617697112 Srinagar Escorts 24x7
(INDIRA) Call Girl Srinagar Call Now 8617697112 Srinagar Escorts 24x7(INDIRA) Call Girl Srinagar Call Now 8617697112 Srinagar Escorts 24x7
(INDIRA) Call Girl Srinagar Call Now 8617697112 Srinagar Escorts 24x7
 
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
Navi Mumbai Cooperetive Housewife Call Girls-9833754194-Natural Panvel Enjoye...
Navi Mumbai Cooperetive Housewife Call Girls-9833754194-Natural Panvel Enjoye...Navi Mumbai Cooperetive Housewife Call Girls-9833754194-Natural Panvel Enjoye...
Navi Mumbai Cooperetive Housewife Call Girls-9833754194-Natural Panvel Enjoye...
 
Business Principles, Tools, and Techniques in Participating in Various Types...
Business Principles, Tools, and Techniques  in Participating in Various Types...Business Principles, Tools, and Techniques  in Participating in Various Types...
Business Principles, Tools, and Techniques in Participating in Various Types...
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
 
Top Rated Pune Call Girls Shikrapur ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated  Pune Call Girls Shikrapur ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...Top Rated  Pune Call Girls Shikrapur ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Pune Call Girls Shikrapur ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
 
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbaiVasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
 
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
 
Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Banaswadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Top Rated Pune Call Girls Pashan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Pashan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Pashan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Pashan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Indore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdfIndore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdf
 
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
 
Webinar on E-Invoicing for Fintech Belgium
Webinar on E-Invoicing for Fintech BelgiumWebinar on E-Invoicing for Fintech Belgium
Webinar on E-Invoicing for Fintech Belgium
 
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
Call Girls in New Friends Colony Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escort...
 
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
 
Top Rated Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...
 

Risk Parity with Uncertain Risk Contributions

  • 1. Risk Parity with Uncertain Risk Contributions ANISH R. SHAH, CFA ANISHRS@INVESTMENTGRADEMODELING.COM OCT 15, 2019 BOSTON ANISHRS@INVESTMENTGRADEMODELING.COM
  • 2. See paper for details and math Shah, A. (2019). Uncertain Risk Parity http://ssrn.com/abstract=3406321 Link to Python code (coming) Criticism and questions: AnishRS@InvestmentGradeModeling.com ANISHRS@INVESTMENTGRADEMODELING.COM
  • 3. Risk parity Qian, E. (2005). Risk parity portfolios: Efficient portfolios through true diversification ◦ Almost always at asset class level – stocks, levered bonds, commodities, currencies, … Finds weights where each investment contributes its targeted fraction of portfolio risk ◦ To normalize, fix risk of portfolio or force weights to sum to 1 Motivations ◦ Get diversified exposure to risk premium ◦ Prudent approach to an uncertain future. If covariance is diagonal, weights by inverse of std dev ◦ Robust way of doing minimum variance (4 slides ahead) ANISHRS@INVESTMENTGRADEMODELING.COM
  • 4. Risk contributions Risk can be reported in both variance and standard deviation ◦ For contributions, it makes no difference – an investment’s fraction of total risk is the same either way ◦ Let w = (n × 1) investment weights, C = (n × n) covariance matrix In variance ◦ σ2(w) = variance of portfolio w = ∑i wi ∑j Ci,j wj = ∑i vi where vi = investment i’s var contribution In standard deviation ◦ σ(w) = std dev of portfolio w = [ σ2(w) ]½ ◦ σ(tw) = t σ(w) → σ is homogenous of degree 1 and can apply Euler’s theorem ◦ σ(w) = ∑i wi ∂σ / ∂wi = ∑i wi ∑j Ci,j wj / σ = ∑i si where si = investment i’s std dev contribution vi /σ2 = si /σ, so fractional contributions are the same ANISHRS@INVESTMENTGRADEMODELING.COM
  • 5. Std dev contributions, geometrically Menchero and Davis(2011). Risk contribution is exposure times volatility times correlation Risks = directions (like north-south, east-west) An investment (travel leg here) is a weighted combination of risks Standard deviation = length A portfolio is a sum of investments Std dev contribution = length in the direction of the portfolio All the movement in other directions nets to zero ANISHRS@INVESTMENTGRADEMODELING.COM ATL PHX DEN BOS
  • 6. Getting real risks wrong Imagine two directions of risk – market and chicken feed – and investing long-short Beta hedged → net risk only in chicken feed → no market in risk contributions ANISHRS@INVESTMENTGRADEMODELING.COM market cf long short net What if perception is off and beta isn’t hedged? ◦ The large market component in each side, mismatched, drives the risk of the net market cf long shortnet Perceived-as-hedged directions vanish regardless of sensitivity to underlying offsetting risks ◦ Imagine looking at the equity of a levered company without separately seeing the debt ◦ Hidden unstable risks at both the individual investment and portfolio levels Optimization finds perceived hedges
  • 7. Risk parity is optimization Risk parity is the solution to minimum variance with a penalty on small weights ◦ Maillard, S., Roncalli, T., and Teïletche, J. (2010). The properties of equally weighted risk contribution portfolios Minimizew ½ wTCw + σ2 ∑i -log(wi) fi ◦ σ2 is the target portfolio variance, and fi is the risk fraction of investment i ◦ function is convex, and d/dw = 0 ↔ the portfolio satisfies risk parity Large literature on problems of estimation error in optimization A different take: risk parity is a way to minimum variance under uncertainty ◦ de Jong, M. (2018). Portfolio optimisation in an uncertain world ANISHRS@INVESTMENTGRADEMODELING.COM
  • 8. Recap of motivation Why consider uncertainty? ◦ Risks perceived as hedged are unseen at both the portfolio and individual contribution levels ◦ Optimization finds perceived hedges ◦ Risk parity, like portfolio optimization, is a form of optimization ◦ Knowing that perception is imperfect, use your coconut and consider how things could be wrong Next: add uncertainty ANISHRS@INVESTMENTGRADEMODELING.COM
  • 9. Uncertain contributions Recall ◦ σ2 = portfolio variance = ∑i wi ∑j Ci,j wj ◦ vi = variance contribution of investment i = wi ∑j Ci,j wj Because these are linear combinations of the entries Ci,j ◦ Means – E[σ2] and E[vi] – are linear combinations of the E[Ci,j]’s ◦ Variances – var[σ2], cov[vi,vj], and cov[vi,σ2] – are linear combinations of the cov[Ci,j, Ck,l]’s ◦ Easily computable given E[Ci,j]’s and cov[Ci,j, Ck,l]’s Note: std dev volatility, σ, and contributions, vi /σ, are nonlinear in the entries Ci,j ◦ Thus, machinery ahead is in variance ◦ Earlier, we saw quantities in std dev were their variance counterparts / σ ◦ Can get ‘feel’ of std dev by dividing variance quantities by E[σ2]½ ◦ Can approximate errors by linearizing, e.g. si = vi /σ → var(si) ≈ [∂s/vi ∂s/σ2] cov(vi σ2) [∂s/vi ∂s/σ2] ANISHRS@INVESTMENTGRADEMODELING.COM
  • 10. Baby example of uncertain contributions Long-short portfolio ◦ Each side has beta 1 ± 0.05 Beta uncertainty is uncorrelated and Gaussian. Market vol is 15%. No other risks or uncertainty ◦ Portfolio beta is then 0 ± 0.07 Conventional calculation ◦ Net beta of 0 → portfolio risk is 0 → each side’s contribution is 0 ◦ No market risk in portfolio Considering uncertainty ◦ Portfolio variance has mean 1.13 and std deviation 1.6 ◦ Each side’s variance contribution is 0.56 ± 15. (The correlation between the contributions is -0.995) ◦ Market, previously latent, causes all the risk An uncertain risk decomposition report sees the risks from sensitivity in hedges ANISHRS@INVESTMENTGRADEMODELING.COM
  • 11. Uncertain risk parity Recall to get risk parity ◦ Peg the portfolio volatility and the fractions contributed by each investment ◦ (Equivalent) peg the contributions (not fractions), which sum to the portfolio volatility Given uncertainty, these slightly differ. (We’ll proceed using the second) And numbers aren’t fixed, so pegging is impossible. So ◦ Employ a loss function to measure deviation from targets ◦ Find investment weights to minimize expected loss ANISHRS@INVESTMENTGRADEMODELING.COM
  • 12. Uncertain risk parity (II) Squared error is the loss function Minimize mean squared error between variance contributions and targets ◦ Minimizew ∑i E[ (investment i’s variance contribution – target)2 ] Minimize ∑i (E[var contributioni] – its target)2 + var(var contributioni) ◦ Easily computed given the E[Ci,j]’s and cov[Ci,j, Ck,l]’s of entries in the investment covariance matrix (3 slides ago) ◦ The function minimized is a 4th degree polynomial in w ANISHRS@INVESTMENTGRADEMODELING.COM
  • 13. Uncertain risk parity (III): regimes Suppose one believes regimes, obeying different covariance, are possible with some probability ◦ e.g., risk-on covariance with probability p, risk off with probability 1-p ◦ Variance contribution targets can also be regime dependent Expected loss is easily computed ◦ E[loss] = E[ E[loss | regime = m] ] = probability weighted average of each regime’s expected loss One final piece: the E[Ci,j]’s and cov[Ci,j, Ck,l]’s of the covariance matrix entries ANISHRS@INVESTMENTGRADEMODELING.COM
  • 14. Modeling uncertain covariance Shah, A. (2015). Uncertain Covariance Models ◦ http://ssrn.com/abstract=2616109 Presentations ◦ http://www.slideshare.net/AnishShah23/uncertain-covariance-62814740 ◦ https://www.slideshare.net/AnishShah23/uncertaintypenalized-portfolio-optimization ANISHRS@INVESTMENTGRADEMODELING.COM
  • 15. A Factor Covariance Model in Pictures ANISHRS@INVESTMENTGRADEMODELING.COM GOOG Market Risk Factors Exposures Stock-Specific Effect AAPL GE Growth-Value Spread Together these constitute a model of how securities move – jointly (winds and sails) and independently (motors)
  • 16. ANISHRS@INVESTMENTGRADEMODELING.COM GOOG Uncertain Risk Factors projected onto orthogonal directions Uncertain Exposures Uncertain Stock-Specific Effect Welcome to reality! Nothing is known with certainty. But some forecasts are believed more accurate than others A portfolio’s risk has – according to beliefs – an expected value and a variance Good decisions come from considering uncertainty explicitly. Ignoring doesn’t make it go away An Uncertain Factor Covariance Model
  • 17. Summary Standard calculations for risk contributions – whether for reports or for use in risk parity portfolio construction ◦ Assume hedges are real ◦ Don’t see sensitivity, miss the consequences of being wrong Optimization finds (perceived) hedges ◦ On the reporting side, risks on these portfolios can be invisible ◦ Risk parity is a form of optimization A saner course is modeling with uncertainty ◦ Reveals what is hiding, by explicitly modeling and integrating across the distribution of what‘s possible ◦ In risk parity and other optimization, creates robust portfolios that don’t count on perfect alignments in a random world ANISHRS@INVESTMENTGRADEMODELING.COM