SlideShare a Scribd company logo
Constructing Private Asset Benchmarks
Emilian Belev, CFA
Northfield Information Services
QWAFAFEW
Dec 15,2020
Boston, MA
ANNOUNCEMENTS
Hugh Crowther
Announcements
■ CFA Boston WEBINARS & VIRTUAL EVENTS
■ December 16 Climate Data and Portfolio Scenario Analysis
■ January 14 Tech Talk: A Conversation about Advisors’ Critical Systems and Current
Tech Trends
■ January 22 Virtual Class: Data Visualization and Business Analytics with Microsoft
Power BI
■ January 27 Career Chat: Endowments & Foundations
QU Fall
school
■ Theme: AI and
ML Enablement
– Data Science with Python
– AI & Machine Learning for
Financial Professionals
– Model Risk & Governance
■ https://qufallschool.spla
shthat.com/
Slides and Code
■ QuAcademy: www.qu.academy
Emilian Belev has led the research and development of
Northfield's Enterprise Risk Analytics at Northfield for about two
decades. He is responsible for an integrated framework of multi-
asset class analysis. The range of modelled assets under his
responsibility includes equity, fixed income, currency, interest
rate, and credit derivatives, structured products, directly owned
real estate, private equity, and infrastructure. He has introduced
innovative methodologies in the areas of convertible bond
analytics, pricing path dependency, credit risk analysis, and
optimal investing in infrastructure, commercial real estate, and
private equity. Emilian has presented on some of these topics at
industry events internationally and published research in peer
reviewed journals and book chapters.
www.northinfo.com
Constructing Private Asset
Benchmarks
Emilian Belev, CFA, ARPM
Head of Enterprise Risk Analytics
QWAFAFEW, Boston
November, 2020
www.northinfo.com
Overview
We will explore the challenges of benchmarking private equity by looking into
several alternatives, and discuss best practices:
• Private vs. private: A Private Fund returns are benchmarked against the returns
of another Private Fund or a portfolio thereof
• Private vs. public: A Private Fund returns are benchmarked against the returns
of a Public Asset or a portfolio thereof
• PME-style benchmarking: An implicit benchmarking calculation that looks at the
incremental payoff multiple of the Private Fund in comparison to a Public Asset
or a portfolio thereof
• Liability-driven benchmarking: An analysis of the shortfall probability of a
portfolio consisting of liquid and illiquid private assets to meet liabilities in future
periods of time
2
www.northinfo.com
Private Asset vs. Private Benchmark
• There are a number of varieties:
• Compare the returns of an asset against an average of other assets with
similar characteristics – vintage, vintage, strategy, etc.
• Compare the returns of an asset against that of a single other asset with
similar characteristics – vintage, vintage, strategy, etc.
• Other varieties – medians, combination between different characteristics
• What is the textbook definition of a benchmark:
• an efficient (minimal variance) portfolio that meets certain constraints
that also apply to the asset we benchmark
• none of the above varieties necessarily meet this criteria by construction
3
www.northinfo.com
Private vs. Private (cont’d)
• How can one construct a benchmark:
• Consider a universe of investments
• Limit the universe to only those investments that satisfy the constraints
which also apply to the asset we benchmark – vintage, strategy, etc.
• Construct a covariance matrix of all the funds in the filtered universe
• Perform Mean Variance Optimization on the covariance matrix to derive the
optimal set of weights for each fund in the benchmark
• “…Construct a covariance matrix of all the funds in the filtered universe…”
How?
• Can we use fund manager reported historical returns to calculate
covariances? No – they are smoothed, subjective, and historical
• Can we use unsmoothed manager returns? No – unsmoothing introduces
estimation error that magnifies with the larger universe of funds
• Then what can we do?
4
www.northinfo.com
Private vs. Private (cont’d)
• Derive covariances based on a risk model
• Should we consider buy-and-hold or liquidation at any particular period
• Liquidation is disadvantageous due to high transaction cost, so rarely assumed
ex-ante
• Therefore, it is most appropriate to assume that a fund and, in parallel, the
benchmark constituents are held until their stated fund maturity
• The covariances should account for the J-curve of asset fund performance over
time
• We Illustrate this by building statistical distributions for each fund’s performance
over its lifetime using a robust simulation algorithm (1021 realization paths),
developed by Northfield partner Aspequity:
5
www.northinfo.com
Statistical Distribution of Cumulative Fund Value
0
0.005
0.01
-500 500 1500 2500
Year 1
0
0.001
0.002
0.003
0.004
-500 500 1500 2500
Year 3
0
0.001
0.002
0.003
-500 0 500 1000 1500 2000 2500
Year 5
0
0.0005
0.001
0.0015
0.002
-500 0 500 1000 1500 2000 2500
Year 7
0
0.0005
0.001
0.0015
0.002
-1000 0 1000 2000 3000
Year 11
6
www.northinfo.com
Multi-period Covariance
• Build the cumulative value statistical distribution of a standalone fund B over
T periods, as just shown. Calculate the realized standard deviation of
outcomes of this distribution: 𝝈 𝑩,𝑻
• Utilizing again the simulation algorithm build a statistical distribution of the
cumulative value of one fund B as “driven” solely by another fund A, period
by period, based on a single period beta of B to A, which is derived using a
single-period risk factor model. Calculate the realized standard deviation of
outcomes of this distribution: 𝝈 𝑩~𝒇 𝑨 ,𝑻
• The correlation of funds A and B is equal to the ratio of 𝝈 𝑩,𝑻 and 𝝈 𝑩~𝒇 𝑨 ,𝑻
Proof shown next.
7
www.northinfo.com
Correlations from Cumulative Value Distributions
• Can be estimated from the projected cumulative cash flow distribution
processes for 𝑩 and 𝑩~𝒇 𝑨
• A computational short-cut:
𝑪𝒐𝒓𝒓 𝑯𝒐𝒓𝒊𝒛𝒐𝒏 𝑻 𝑩, 𝑨 =
𝝈 𝑩~𝒇 𝑨 ,𝑻
𝝈 𝑩,𝑻
=
𝜷 𝑩−𝒕𝒐−𝑨,𝑻 ∗ 𝝈 𝑨,𝑻
𝝈 𝑩,𝑻
=
𝑪𝑶𝑽(𝑩, 𝑨) 𝑻 ∗ 𝝈 𝑨,𝑻
𝝈 𝑨,𝑻
𝟐 ∗ 𝝈 𝑩,𝑻
=
𝑪𝑶𝑽(𝑩, 𝑨) 𝑻
𝝈 𝑨,𝑻 ∗ 𝝈 𝑩,𝑻
where 𝝈 𝑩~𝒇 𝑨 ,𝑻 and 𝝈 𝑩,𝑻 come directly from the projected cumulative
cash flow distribution processes for 𝑩 and 𝑩~𝒇 𝑨
8
www.northinfo.com
Efficient Portfolios by Combining Private Funds
9
0
5
10
15
20
25
30
35
0 100 200 300 400 500 600 700
Expected Total
Cumulative Value of
Portfolio
Variance of Total Cumulative Value of Portfolio
Efficient Frontier for Cumulative Portfolio Value over 10 Years
(Million $)
Minimum Variance Portfolio –
choose as benchmark
www.northinfo.com
Private Asset vs. Public Benchmark
• A number of varieties, but most often the benchmark chosen is a public index
plus a margin on top. Clearly, there are two parameters to this formulation:
• What public index to choose; traditionally those would have some small-cap
stock content, or at least very broad representation – e.g. Russell 3000
• The thornier question: What should be margin on top be?
• Three general issues with this category of benchmarking:
• Illiquidity premium of private equity
• Smoothing of private asset returns
• Periodicity of reporting
10
www.northinfo.com
Private vs. Public (cont’d)
What is the appropriate Margin on top of the public index ?
• Many (subjective) varieties: a vendor supplied capital market assumptions, use
CAPM, expert consensus, etc.
A rigorous approach would be:
• Use a valuation model on the public market index and infer embedded risk aversion
from the traded price P
• Use a valuation model on the private asset and infer embedded risk aversion; can be
done using either through a recent secondary transaction or a recent commitment as
an input for value
• Price the public market index with the private asset risk aversion and derive price P1
• Margin over a public index for PE benchmarking = 100 * (P – P1)/P
• This margin can be thought of to reflect the illiquidity premium
11
www.northinfo.com
Valuation Models
Two possibilities to price the statistical distributions of cumulative fund value we
demonstrated earlier:
• A valuation model developed by Northfield partner Aspequity. It finds the
certainty equivalent of a utility function of this form, which captures higher
distributional moments:
Utility = Expected Profit – Risk Aversion * Expected Loss
• A valuation model based on the certainty equivalent of a mean variance utility
function
DCF models based on single-period discount rates (e.g. CAPM) make non-
observable assumptions (how is the multi-period beta of PE derived?), and not to
be used to long term illiquid assets.
Market Comps methods are inherently “somebody else’s black box”, and leave us in
the dark about their biases and changing market conditions
12
www.northinfo.com
Valuation Models (cont’d)
13
Use the two valuation
models to price the
Russell 3000 index for
the last two decades
Compare to actual
prices
Use the average share
dividend, forecast
cumulative value and
price using an implicit
risk aversion
according to each
model
www.northinfo.com
Private vs. Public: Remaining Issues
• Smoothing of private asset returns
• Due to smoothing, public returns will be much more volatile compared to the
subjective and appraisal based returns reported by funds
• The term “dislocation” was coined to “explain” this
• As noted, econometric unsmoothing introduces estimation error that does not
diversify, so we don’t want to use it in benchmarking
• Substitute appraisal values with the economic valuations derived with the models
described previously, utilizing changing economic and market conditions - this
issue disappears
• Periodicity of reporting
• A data point discrepancy: public indices are priced daily, funds are priced quarterly
• Perform economic valuations at the same periodicity as the public index - this issue
disappears
14
www.northinfo.com
Public Market Equivalent (PME) Approach
• Cumulative PME (Kaplan-Schoar)
• Compound historical contributions and distributions of a fund by the
historical return of chosen public market index; we get respectively the
quantities FV(Distr.) and FV(Contr.) as of time Now
• PME = [FV(Distr.) + NAV] / FV(Contr.)
• Direct Alpha (Gredil, Griffiths, Stucke)
• Finds the Alpha equivalent of IRR
• PME Considerations:
• Both of these methods are point estimates based on the past performance
• If inferences about the future are to be made, we need to be able to forecast
these metrics
15
www.northinfo.com
Forecast PME and Direct Alpha
Using the simulation and covariance methodology described previously one can:
• Calculate Forward looking PME:
• Run a simulation over the remaining fund life 𝑻 of a ratio where in the
numerator distributions are reinvested by the market index simulated return and
a denominator where contributions are reinvested by the market index
simulated return. We can show that the average of the simulated ratio
statistical distributions is the expected forward looking PME.
• Calculate Forward looking Direct Alpha:
• Take the ratio of the average cumulative value from the standalone fund
distribution and the average from a “public-driven-only” fund distribution; from
our prior covariance discussion these are respectively averages of the
processes 𝑩 and 𝑩~𝒇 𝑨 , where 𝑨 is not a another fund but the market index.
We can show that the ratio of the these averages is also equal to:
(1 + 𝐸𝑥𝑝𝑒𝑐𝑡𝑒𝑑 𝐷𝑖𝑟𝑒𝑐𝑡 𝐴𝑙𝑝ℎ𝑎) 𝑇
16
www.northinfo.com
Liability-Driven Benchmarking
• This Benchmarking Approach only makes sense about the future:
• Satisfying liabilities in the past is a binary variable
• Satisfying liabilities in the future is a probabilistic variable
• It is relevant to investors with identifiable periodic liabilities in the future –
pensions, insurance companies, endowments, and not rarely - SWF
• Duration-matching is a pointless exercise in the presence of private (not-
marketable) assets.
• What matters is explicitly meeting future liquidity targets that reflect liability
outflows
17
www.northinfo.com
Liquidity Planning
• Create Pacing Models for Private Asset Investment Cash Flows
Enhanced version of Takahashi and Alexander model
• Incorporate Uncertainty of Cash Flows
Best of breed risk factor models for equity, debt, and real assets form Northfield
• Convert cash flow projections to cumulative, multi-period statistical probability
distributions of liquid resources available in each future period
Super efficient simulation engine from Aspequity instantaneously captures 1021 cash flows
paths over ten year investment horizon
• Build covariance matrix of asset class cumulative value and probability distribution
thereof of liquid resources available in period N. Calculate the p-value where
liabilities plot on this probability distribution. We can also build an efficient frontier of
the tradeoff between preset confidence liquidity capacity level and expected long term
portfolio value. Pick optimal portfolio based on a desired confidence level (e.g. 85%).
Northfield’s optimization application automatically builds the efficient frontier based on cash
flow covariance model inputs
18
www.northinfo.com
Liquidity Planning Illustrated
19
Liability Due
www.northinfo.com
…more paths…
20
Liability Due
www.northinfo.com
…our Solution
21
Liability Due
Probability
Distribution of
Cumulative
Liquid
Portfolio Value
Using 1021 cumulative value paths provides a continuous probability distribution
which immensely reduces sampling error of Monte Carlo simulations
www.northinfo.com
Conclusions
• Benchmarking private equity is much less developed and standardized than
benchmarking public equity
• Several general approaches have evolved in the industry and academia, and
have been adopted in practice with varieties around these common themes
• Lack of rigor and standard of methodology pervade many of the practical
implementations, producing subjective and unreliable outcomes in the
investment area where this is most undesirable - benchmarking
• Using a set of robust approaches and technology, the investment practitioner
can remedy or mitigate some of these deficiencies and produce much more
accurate outcomes
• The same discussion applies to most other private asset classes
22
www.northinfo.com
Thank you
Emilian Belev, CFA, ARPM
Head of Enterprise Risk Analytics
emilian@northinfo.com
23
Thanks for joining!
Questions

More Related Content

What's hot

Machine Learning Applications in Credit Risk
Machine Learning Applications in Credit RiskMachine Learning Applications in Credit Risk
Machine Learning Applications in Credit RiskQuantUniversity
 
Credit card fraud detection using machine learning Algorithms
Credit card fraud detection using machine learning AlgorithmsCredit card fraud detection using machine learning Algorithms
Credit card fraud detection using machine learning Algorithmsankit panigrahy
 
Credit card fraud detection using python machine learning
Credit card fraud detection using python machine learningCredit card fraud detection using python machine learning
Credit card fraud detection using python machine learningSandeep Garg
 
Ml conference slides boston june 2019
Ml conference slides boston june 2019Ml conference slides boston june 2019
Ml conference slides boston june 2019QuantUniversity
 
Is Machine learning useful for Fraud Prevention?
Is Machine learning useful for Fraud Prevention?Is Machine learning useful for Fraud Prevention?
Is Machine learning useful for Fraud Prevention?Andrea Dal Pozzolo
 
Comparative study of various approaches for transaction Fraud Detection using...
Comparative study of various approaches for transaction Fraud Detection using...Comparative study of various approaches for transaction Fraud Detection using...
Comparative study of various approaches for transaction Fraud Detection using...Pratibha Singh
 
Adaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud DetectionAdaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud DetectionAndrea Dal Pozzolo
 
Synthetic VIX Data Generation Using ML Techniques
Synthetic VIX Data Generation Using ML TechniquesSynthetic VIX Data Generation Using ML Techniques
Synthetic VIX Data Generation Using ML TechniquesQuantUniversity
 
Qwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQuantUniversity
 
Default Prediction & Analysis on Lending Club Loan Data
Default Prediction & Analysis on Lending Club Loan DataDefault Prediction & Analysis on Lending Club Loan Data
Default Prediction & Analysis on Lending Club Loan DataDeep Borkar
 
Stock market trend prediction using k nearest neighbor(knn) algorithm
Stock market trend prediction using k nearest neighbor(knn) algorithmStock market trend prediction using k nearest neighbor(knn) algorithm
Stock market trend prediction using k nearest neighbor(knn) algorithmVenkat Projects
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Strategic Management of Intellectual Property: R&D Investment Appraisal Using...
Strategic Management of Intellectual Property: R&D Investment Appraisal Using...Strategic Management of Intellectual Property: R&D Investment Appraisal Using...
Strategic Management of Intellectual Property: R&D Investment Appraisal Using...Editor IJCATR
 

What's hot (20)

Machine Learning Applications in Credit Risk
Machine Learning Applications in Credit RiskMachine Learning Applications in Credit Risk
Machine Learning Applications in Credit Risk
 
Credit card fraud detection using machine learning Algorithms
Credit card fraud detection using machine learning AlgorithmsCredit card fraud detection using machine learning Algorithms
Credit card fraud detection using machine learning Algorithms
 
Credit card fraud detection using python machine learning
Credit card fraud detection using python machine learningCredit card fraud detection using python machine learning
Credit card fraud detection using python machine learning
 
Qwafafew meeting 4
Qwafafew meeting 4Qwafafew meeting 4
Qwafafew meeting 4
 
Ml conference slides boston june 2019
Ml conference slides boston june 2019Ml conference slides boston june 2019
Ml conference slides boston june 2019
 
Anomaly detection
Anomaly detectionAnomaly detection
Anomaly detection
 
Is Machine learning useful for Fraud Prevention?
Is Machine learning useful for Fraud Prevention?Is Machine learning useful for Fraud Prevention?
Is Machine learning useful for Fraud Prevention?
 
Comparative study of various approaches for transaction Fraud Detection using...
Comparative study of various approaches for transaction Fraud Detection using...Comparative study of various approaches for transaction Fraud Detection using...
Comparative study of various approaches for transaction Fraud Detection using...
 
Andrea Dal Pozzolo's CV
Andrea Dal Pozzolo's CVAndrea Dal Pozzolo's CV
Andrea Dal Pozzolo's CV
 
Adaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud DetectionAdaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud Detection
 
Synthetic VIX Data Generation Using ML Techniques
Synthetic VIX Data Generation Using ML TechniquesSynthetic VIX Data Generation Using ML Techniques
Synthetic VIX Data Generation Using ML Techniques
 
QCon conference 2019
QCon conference 2019QCon conference 2019
QCon conference 2019
 
Machine learning meetup
Machine learning meetupMachine learning meetup
Machine learning meetup
 
Qwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod Wilcox
 
Default Prediction & Analysis on Lending Club Loan Data
Default Prediction & Analysis on Lending Club Loan DataDefault Prediction & Analysis on Lending Club Loan Data
Default Prediction & Analysis on Lending Club Loan Data
 
Ds for finance day 2
Ds for finance day 2Ds for finance day 2
Ds for finance day 2
 
Stock market trend prediction using k nearest neighbor(knn) algorithm
Stock market trend prediction using k nearest neighbor(knn) algorithmStock market trend prediction using k nearest neighbor(knn) algorithm
Stock market trend prediction using k nearest neighbor(knn) algorithm
 
Nlp workshop-share
Nlp workshop-shareNlp workshop-share
Nlp workshop-share
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Strategic Management of Intellectual Property: R&D Investment Appraisal Using...
Strategic Management of Intellectual Property: R&D Investment Appraisal Using...Strategic Management of Intellectual Property: R&D Investment Appraisal Using...
Strategic Management of Intellectual Property: R&D Investment Appraisal Using...
 

Similar to Constructing Private Asset Benchmarks

IRJET- Finding Optimal Skyline Product Combinations Under Price Promotion
IRJET- Finding Optimal Skyline Product Combinations Under Price PromotionIRJET- Finding Optimal Skyline Product Combinations Under Price Promotion
IRJET- Finding Optimal Skyline Product Combinations Under Price PromotionIRJET Journal
 
LiquidityRiskManagementDay1Ses4.ppt
LiquidityRiskManagementDay1Ses4.pptLiquidityRiskManagementDay1Ses4.ppt
LiquidityRiskManagementDay1Ses4.pptssuserffce38
 
Fundamentos para el armado de flujo de fondos miguel pato
Fundamentos para el armado de flujo de fondos miguel patoFundamentos para el armado de flujo de fondos miguel pato
Fundamentos para el armado de flujo de fondos miguel patoPTF
 
UNIT 4 Risk Ananlysis in Project Analysis.ppt
UNIT 4 Risk Ananlysis in Project Analysis.pptUNIT 4 Risk Ananlysis in Project Analysis.ppt
UNIT 4 Risk Ananlysis in Project Analysis.pptanubhasrivastava16
 
Chapter 2_FIN3004_2022 new (1).pdf
Chapter 2_FIN3004_2022 new (1).pdfChapter 2_FIN3004_2022 new (1).pdf
Chapter 2_FIN3004_2022 new (1).pdfThuTrn275360
 
Cecl automation banking book analytics v3
Cecl automation   banking book analytics v3Cecl automation   banking book analytics v3
Cecl automation banking book analytics v3Sohail Farooq
 
instructionsFor this task, you will select three tests from th
instructionsFor this task, you will select three tests from thinstructionsFor this task, you will select three tests from th
instructionsFor this task, you will select three tests from thTatianaMajor22
 
Phase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxPhase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxJayalaxmiRs
 
Phase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxPhase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxJayalaxmiRs
 
Phase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxPhase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxBrendaL11
 
VALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIES
VALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIESVALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIES
VALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIESiQHub
 
Cost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptxCost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptxkaushalsekhsaria
 
The Discounted Cash Flow Valuation.pptx
The Discounted Cash Flow Valuation.pptxThe Discounted Cash Flow Valuation.pptx
The Discounted Cash Flow Valuation.pptxasde13
 
L2 flash cards equity - SS 10
L2 flash cards equity - SS 10L2 flash cards equity - SS 10
L2 flash cards equity - SS 10analystbuddy
 
Lecture 3_Economics of Planning.pdf
Lecture 3_Economics of Planning.pdfLecture 3_Economics of Planning.pdf
Lecture 3_Economics of Planning.pdfssuser5feb82
 
corporate finance
corporate financecorporate finance
corporate financeShrey Sao
 
AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...
AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...
AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...Marco Polignano
 
Chapter 4 slides
Chapter 4 slidesChapter 4 slides
Chapter 4 slidesteg007
 

Similar to Constructing Private Asset Benchmarks (20)

IRJET- Finding Optimal Skyline Product Combinations Under Price Promotion
IRJET- Finding Optimal Skyline Product Combinations Under Price PromotionIRJET- Finding Optimal Skyline Product Combinations Under Price Promotion
IRJET- Finding Optimal Skyline Product Combinations Under Price Promotion
 
LiquidityRiskManagementDay1Ses4.ppt
LiquidityRiskManagementDay1Ses4.pptLiquidityRiskManagementDay1Ses4.ppt
LiquidityRiskManagementDay1Ses4.ppt
 
Fundamentos para el armado de flujo de fondos miguel pato
Fundamentos para el armado de flujo de fondos miguel patoFundamentos para el armado de flujo de fondos miguel pato
Fundamentos para el armado de flujo de fondos miguel pato
 
UNIT 4 Risk Ananlysis in Project Analysis.ppt
UNIT 4 Risk Ananlysis in Project Analysis.pptUNIT 4 Risk Ananlysis in Project Analysis.ppt
UNIT 4 Risk Ananlysis in Project Analysis.ppt
 
Chapter 2_FIN3004_2022 new (1).pdf
Chapter 2_FIN3004_2022 new (1).pdfChapter 2_FIN3004_2022 new (1).pdf
Chapter 2_FIN3004_2022 new (1).pdf
 
Cecl automation banking book analytics v3
Cecl automation   banking book analytics v3Cecl automation   banking book analytics v3
Cecl automation banking book analytics v3
 
instructionsFor this task, you will select three tests from th
instructionsFor this task, you will select three tests from thinstructionsFor this task, you will select three tests from th
instructionsFor this task, you will select three tests from th
 
Phase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxPhase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptx
 
Phase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxPhase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptx
 
Phase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptxPhase_3_Introduction_to_Statistical_Analysis.pptx
Phase_3_Introduction_to_Statistical_Analysis.pptx
 
Lummezen mondal resume
Lummezen mondal   resumeLummezen mondal   resume
Lummezen mondal resume
 
VALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIES
VALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIESVALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIES
VALUATION AND DEBT CAPACITY FOR FRAC SAND PROJECTS AND COMPANIES
 
Cost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptxCost-Benefit-Analysis-Presentation.pptx
Cost-Benefit-Analysis-Presentation.pptx
 
The Discounted Cash Flow Valuation.pptx
The Discounted Cash Flow Valuation.pptxThe Discounted Cash Flow Valuation.pptx
The Discounted Cash Flow Valuation.pptx
 
L2 flash cards equity - SS 10
L2 flash cards equity - SS 10L2 flash cards equity - SS 10
L2 flash cards equity - SS 10
 
Lecture 3_Economics of Planning.pdf
Lecture 3_Economics of Planning.pdfLecture 3_Economics of Planning.pdf
Lecture 3_Economics of Planning.pdf
 
corporate finance
corporate financecorporate finance
corporate finance
 
AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...
AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...
AI*IA 2014 Personalized Finance Advisory through Case-based Recommender Syst...
 
Predictive data mining
Predictive data miningPredictive data mining
Predictive data mining
 
Chapter 4 slides
Chapter 4 slidesChapter 4 slides
Chapter 4 slides
 

More from QuantUniversity

EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !QuantUniversity
 
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdfManaging-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdfQuantUniversity
 
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSPYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSQuantUniversity
 
Qu for India - QuantUniversity FundRaiser
Qu for India  - QuantUniversity FundRaiserQu for India  - QuantUniversity FundRaiser
Qu for India - QuantUniversity FundRaiserQuantUniversity
 
Ml master class for CFA Dallas
Ml master class for CFA DallasMl master class for CFA Dallas
Ml master class for CFA DallasQuantUniversity
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0QuantUniversity
 
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...QuantUniversity
 
Seeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper reviewSeeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper reviewQuantUniversity
 
AI Explainability and Model Risk Management
AI Explainability and Model Risk ManagementAI Explainability and Model Risk Management
AI Explainability and Model Risk ManagementQuantUniversity
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0QuantUniversity
 
Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021QuantUniversity
 
Responsible AI in Action
Responsible AI in ActionResponsible AI in Action
Responsible AI in ActionQuantUniversity
 
Qu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in FinanceQu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in FinanceQuantUniversity
 
Qu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial MarketsQu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial MarketsQuantUniversity
 
Fintech in the Post-Covid Age
Fintech in the Post-Covid AgeFintech in the Post-Covid Age
Fintech in the Post-Covid AgeQuantUniversity
 
Ml master class northeastern university
Ml master class   northeastern universityMl master class   northeastern university
Ml master class northeastern universityQuantUniversity
 
Master Class: GANS with Applications in Synthetic Data Generation
Master Class:   GANS with  Applications in  Synthetic Data GenerationMaster Class:   GANS with  Applications in  Synthetic Data Generation
Master Class: GANS with Applications in Synthetic Data GenerationQuantUniversity
 
Ml master class cfa poland
Ml master class   cfa polandMl master class   cfa poland
Ml master class cfa polandQuantUniversity
 

More from QuantUniversity (20)

EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !EU Artificial Intelligence Act 2024 passed !
EU Artificial Intelligence Act 2024 passed !
 
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdfManaging-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
Managing-the-Risks-of-LLMs-in-FS-Industry-Roundtable-TruEra-QuantU.pdf
 
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSPYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
 
Qu for India - QuantUniversity FundRaiser
Qu for India  - QuantUniversity FundRaiserQu for India  - QuantUniversity FundRaiser
Qu for India - QuantUniversity FundRaiser
 
Ml master class for CFA Dallas
Ml master class for CFA DallasMl master class for CFA Dallas
Ml master class for CFA Dallas
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0
 
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
 
Seeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper reviewSeeing what a gan cannot generate: paper review
Seeing what a gan cannot generate: paper review
 
AI Explainability and Model Risk Management
AI Explainability and Model Risk ManagementAI Explainability and Model Risk Management
AI Explainability and Model Risk Management
 
Algorithmic auditing 1.0
Algorithmic auditing 1.0Algorithmic auditing 1.0
Algorithmic auditing 1.0
 
Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021Machine Learning in Finance: 10 Things You Need to Know in 2021
Machine Learning in Finance: 10 Things You Need to Know in 2021
 
The API Jungle
The API JungleThe API Jungle
The API Jungle
 
Responsible AI in Action
Responsible AI in ActionResponsible AI in Action
Responsible AI in Action
 
Qu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in FinanceQu speaker series 14: Synthetic Data Generation in Finance
Qu speaker series 14: Synthetic Data Generation in Finance
 
Qwafafew meeting 5
Qwafafew meeting 5Qwafafew meeting 5
Qwafafew meeting 5
 
Qu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial MarketsQu speaker series:Ethical Use of AI in Financial Markets
Qu speaker series:Ethical Use of AI in Financial Markets
 
Fintech in the Post-Covid Age
Fintech in the Post-Covid AgeFintech in the Post-Covid Age
Fintech in the Post-Covid Age
 
Ml master class northeastern university
Ml master class   northeastern universityMl master class   northeastern university
Ml master class northeastern university
 
Master Class: GANS with Applications in Synthetic Data Generation
Master Class:   GANS with  Applications in  Synthetic Data GenerationMaster Class:   GANS with  Applications in  Synthetic Data Generation
Master Class: GANS with Applications in Synthetic Data Generation
 
Ml master class cfa poland
Ml master class   cfa polandMl master class   cfa poland
Ml master class cfa poland
 

Recently uploaded

社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .NABLAS株式会社
 
Using PDB Relocation to Move a Single PDB to Another Existing CDB
Using PDB Relocation to Move a Single PDB to Another Existing CDBUsing PDB Relocation to Move a Single PDB to Another Existing CDB
Using PDB Relocation to Move a Single PDB to Another Existing CDBAlireza Kamrani
 
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...elinavihriala
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIAlejandraGmez176757
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单ewymefz
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单ewymefz
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单nscud
 
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...Domenico Conte
 
一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单ewymefz
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单ocavb
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单vcaxypu
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundOppotus
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单ewymefz
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhArpitMalhotra16
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP
 
Computer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage sComputer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage sMAQIB18
 
Tabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflowsTabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflowsalex933524
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单ukgaet
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单vcaxypu
 

Recently uploaded (20)

社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
 
Using PDB Relocation to Move a Single PDB to Another Existing CDB
Using PDB Relocation to Move a Single PDB to Another Existing CDBUsing PDB Relocation to Move a Single PDB to Another Existing CDB
Using PDB Relocation to Move a Single PDB to Another Existing CDB
 
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
Professional Data Engineer Certification Exam Guide  _  Learn  _  Google Clou...
 
一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单一比一原版(NYU毕业证)纽约大学毕业证成绩单
一比一原版(NYU毕业证)纽约大学毕业证成绩单
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
Computer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage sComputer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage s
 
Tabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflowsTabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflows
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
 

Constructing Private Asset Benchmarks

  • 1. Constructing Private Asset Benchmarks Emilian Belev, CFA Northfield Information Services QWAFAFEW Dec 15,2020 Boston, MA
  • 3. Announcements ■ CFA Boston WEBINARS & VIRTUAL EVENTS ■ December 16 Climate Data and Portfolio Scenario Analysis ■ January 14 Tech Talk: A Conversation about Advisors’ Critical Systems and Current Tech Trends ■ January 22 Virtual Class: Data Visualization and Business Analytics with Microsoft Power BI ■ January 27 Career Chat: Endowments & Foundations
  • 4. QU Fall school ■ Theme: AI and ML Enablement – Data Science with Python – AI & Machine Learning for Financial Professionals – Model Risk & Governance ■ https://qufallschool.spla shthat.com/
  • 5. Slides and Code ■ QuAcademy: www.qu.academy
  • 6. Emilian Belev has led the research and development of Northfield's Enterprise Risk Analytics at Northfield for about two decades. He is responsible for an integrated framework of multi- asset class analysis. The range of modelled assets under his responsibility includes equity, fixed income, currency, interest rate, and credit derivatives, structured products, directly owned real estate, private equity, and infrastructure. He has introduced innovative methodologies in the areas of convertible bond analytics, pricing path dependency, credit risk analysis, and optimal investing in infrastructure, commercial real estate, and private equity. Emilian has presented on some of these topics at industry events internationally and published research in peer reviewed journals and book chapters.
  • 7. www.northinfo.com Constructing Private Asset Benchmarks Emilian Belev, CFA, ARPM Head of Enterprise Risk Analytics QWAFAFEW, Boston November, 2020
  • 8. www.northinfo.com Overview We will explore the challenges of benchmarking private equity by looking into several alternatives, and discuss best practices: • Private vs. private: A Private Fund returns are benchmarked against the returns of another Private Fund or a portfolio thereof • Private vs. public: A Private Fund returns are benchmarked against the returns of a Public Asset or a portfolio thereof • PME-style benchmarking: An implicit benchmarking calculation that looks at the incremental payoff multiple of the Private Fund in comparison to a Public Asset or a portfolio thereof • Liability-driven benchmarking: An analysis of the shortfall probability of a portfolio consisting of liquid and illiquid private assets to meet liabilities in future periods of time 2
  • 9. www.northinfo.com Private Asset vs. Private Benchmark • There are a number of varieties: • Compare the returns of an asset against an average of other assets with similar characteristics – vintage, vintage, strategy, etc. • Compare the returns of an asset against that of a single other asset with similar characteristics – vintage, vintage, strategy, etc. • Other varieties – medians, combination between different characteristics • What is the textbook definition of a benchmark: • an efficient (minimal variance) portfolio that meets certain constraints that also apply to the asset we benchmark • none of the above varieties necessarily meet this criteria by construction 3
  • 10. www.northinfo.com Private vs. Private (cont’d) • How can one construct a benchmark: • Consider a universe of investments • Limit the universe to only those investments that satisfy the constraints which also apply to the asset we benchmark – vintage, strategy, etc. • Construct a covariance matrix of all the funds in the filtered universe • Perform Mean Variance Optimization on the covariance matrix to derive the optimal set of weights for each fund in the benchmark • “…Construct a covariance matrix of all the funds in the filtered universe…” How? • Can we use fund manager reported historical returns to calculate covariances? No – they are smoothed, subjective, and historical • Can we use unsmoothed manager returns? No – unsmoothing introduces estimation error that magnifies with the larger universe of funds • Then what can we do? 4
  • 11. www.northinfo.com Private vs. Private (cont’d) • Derive covariances based on a risk model • Should we consider buy-and-hold or liquidation at any particular period • Liquidation is disadvantageous due to high transaction cost, so rarely assumed ex-ante • Therefore, it is most appropriate to assume that a fund and, in parallel, the benchmark constituents are held until their stated fund maturity • The covariances should account for the J-curve of asset fund performance over time • We Illustrate this by building statistical distributions for each fund’s performance over its lifetime using a robust simulation algorithm (1021 realization paths), developed by Northfield partner Aspequity: 5
  • 12. www.northinfo.com Statistical Distribution of Cumulative Fund Value 0 0.005 0.01 -500 500 1500 2500 Year 1 0 0.001 0.002 0.003 0.004 -500 500 1500 2500 Year 3 0 0.001 0.002 0.003 -500 0 500 1000 1500 2000 2500 Year 5 0 0.0005 0.001 0.0015 0.002 -500 0 500 1000 1500 2000 2500 Year 7 0 0.0005 0.001 0.0015 0.002 -1000 0 1000 2000 3000 Year 11 6
  • 13. www.northinfo.com Multi-period Covariance • Build the cumulative value statistical distribution of a standalone fund B over T periods, as just shown. Calculate the realized standard deviation of outcomes of this distribution: 𝝈 𝑩,𝑻 • Utilizing again the simulation algorithm build a statistical distribution of the cumulative value of one fund B as “driven” solely by another fund A, period by period, based on a single period beta of B to A, which is derived using a single-period risk factor model. Calculate the realized standard deviation of outcomes of this distribution: 𝝈 𝑩~𝒇 𝑨 ,𝑻 • The correlation of funds A and B is equal to the ratio of 𝝈 𝑩,𝑻 and 𝝈 𝑩~𝒇 𝑨 ,𝑻 Proof shown next. 7
  • 14. www.northinfo.com Correlations from Cumulative Value Distributions • Can be estimated from the projected cumulative cash flow distribution processes for 𝑩 and 𝑩~𝒇 𝑨 • A computational short-cut: 𝑪𝒐𝒓𝒓 𝑯𝒐𝒓𝒊𝒛𝒐𝒏 𝑻 𝑩, 𝑨 = 𝝈 𝑩~𝒇 𝑨 ,𝑻 𝝈 𝑩,𝑻 = 𝜷 𝑩−𝒕𝒐−𝑨,𝑻 ∗ 𝝈 𝑨,𝑻 𝝈 𝑩,𝑻 = 𝑪𝑶𝑽(𝑩, 𝑨) 𝑻 ∗ 𝝈 𝑨,𝑻 𝝈 𝑨,𝑻 𝟐 ∗ 𝝈 𝑩,𝑻 = 𝑪𝑶𝑽(𝑩, 𝑨) 𝑻 𝝈 𝑨,𝑻 ∗ 𝝈 𝑩,𝑻 where 𝝈 𝑩~𝒇 𝑨 ,𝑻 and 𝝈 𝑩,𝑻 come directly from the projected cumulative cash flow distribution processes for 𝑩 and 𝑩~𝒇 𝑨 8
  • 15. www.northinfo.com Efficient Portfolios by Combining Private Funds 9 0 5 10 15 20 25 30 35 0 100 200 300 400 500 600 700 Expected Total Cumulative Value of Portfolio Variance of Total Cumulative Value of Portfolio Efficient Frontier for Cumulative Portfolio Value over 10 Years (Million $) Minimum Variance Portfolio – choose as benchmark
  • 16. www.northinfo.com Private Asset vs. Public Benchmark • A number of varieties, but most often the benchmark chosen is a public index plus a margin on top. Clearly, there are two parameters to this formulation: • What public index to choose; traditionally those would have some small-cap stock content, or at least very broad representation – e.g. Russell 3000 • The thornier question: What should be margin on top be? • Three general issues with this category of benchmarking: • Illiquidity premium of private equity • Smoothing of private asset returns • Periodicity of reporting 10
  • 17. www.northinfo.com Private vs. Public (cont’d) What is the appropriate Margin on top of the public index ? • Many (subjective) varieties: a vendor supplied capital market assumptions, use CAPM, expert consensus, etc. A rigorous approach would be: • Use a valuation model on the public market index and infer embedded risk aversion from the traded price P • Use a valuation model on the private asset and infer embedded risk aversion; can be done using either through a recent secondary transaction or a recent commitment as an input for value • Price the public market index with the private asset risk aversion and derive price P1 • Margin over a public index for PE benchmarking = 100 * (P – P1)/P • This margin can be thought of to reflect the illiquidity premium 11
  • 18. www.northinfo.com Valuation Models Two possibilities to price the statistical distributions of cumulative fund value we demonstrated earlier: • A valuation model developed by Northfield partner Aspequity. It finds the certainty equivalent of a utility function of this form, which captures higher distributional moments: Utility = Expected Profit – Risk Aversion * Expected Loss • A valuation model based on the certainty equivalent of a mean variance utility function DCF models based on single-period discount rates (e.g. CAPM) make non- observable assumptions (how is the multi-period beta of PE derived?), and not to be used to long term illiquid assets. Market Comps methods are inherently “somebody else’s black box”, and leave us in the dark about their biases and changing market conditions 12
  • 19. www.northinfo.com Valuation Models (cont’d) 13 Use the two valuation models to price the Russell 3000 index for the last two decades Compare to actual prices Use the average share dividend, forecast cumulative value and price using an implicit risk aversion according to each model
  • 20. www.northinfo.com Private vs. Public: Remaining Issues • Smoothing of private asset returns • Due to smoothing, public returns will be much more volatile compared to the subjective and appraisal based returns reported by funds • The term “dislocation” was coined to “explain” this • As noted, econometric unsmoothing introduces estimation error that does not diversify, so we don’t want to use it in benchmarking • Substitute appraisal values with the economic valuations derived with the models described previously, utilizing changing economic and market conditions - this issue disappears • Periodicity of reporting • A data point discrepancy: public indices are priced daily, funds are priced quarterly • Perform economic valuations at the same periodicity as the public index - this issue disappears 14
  • 21. www.northinfo.com Public Market Equivalent (PME) Approach • Cumulative PME (Kaplan-Schoar) • Compound historical contributions and distributions of a fund by the historical return of chosen public market index; we get respectively the quantities FV(Distr.) and FV(Contr.) as of time Now • PME = [FV(Distr.) + NAV] / FV(Contr.) • Direct Alpha (Gredil, Griffiths, Stucke) • Finds the Alpha equivalent of IRR • PME Considerations: • Both of these methods are point estimates based on the past performance • If inferences about the future are to be made, we need to be able to forecast these metrics 15
  • 22. www.northinfo.com Forecast PME and Direct Alpha Using the simulation and covariance methodology described previously one can: • Calculate Forward looking PME: • Run a simulation over the remaining fund life 𝑻 of a ratio where in the numerator distributions are reinvested by the market index simulated return and a denominator where contributions are reinvested by the market index simulated return. We can show that the average of the simulated ratio statistical distributions is the expected forward looking PME. • Calculate Forward looking Direct Alpha: • Take the ratio of the average cumulative value from the standalone fund distribution and the average from a “public-driven-only” fund distribution; from our prior covariance discussion these are respectively averages of the processes 𝑩 and 𝑩~𝒇 𝑨 , where 𝑨 is not a another fund but the market index. We can show that the ratio of the these averages is also equal to: (1 + 𝐸𝑥𝑝𝑒𝑐𝑡𝑒𝑑 𝐷𝑖𝑟𝑒𝑐𝑡 𝐴𝑙𝑝ℎ𝑎) 𝑇 16
  • 23. www.northinfo.com Liability-Driven Benchmarking • This Benchmarking Approach only makes sense about the future: • Satisfying liabilities in the past is a binary variable • Satisfying liabilities in the future is a probabilistic variable • It is relevant to investors with identifiable periodic liabilities in the future – pensions, insurance companies, endowments, and not rarely - SWF • Duration-matching is a pointless exercise in the presence of private (not- marketable) assets. • What matters is explicitly meeting future liquidity targets that reflect liability outflows 17
  • 24. www.northinfo.com Liquidity Planning • Create Pacing Models for Private Asset Investment Cash Flows Enhanced version of Takahashi and Alexander model • Incorporate Uncertainty of Cash Flows Best of breed risk factor models for equity, debt, and real assets form Northfield • Convert cash flow projections to cumulative, multi-period statistical probability distributions of liquid resources available in each future period Super efficient simulation engine from Aspequity instantaneously captures 1021 cash flows paths over ten year investment horizon • Build covariance matrix of asset class cumulative value and probability distribution thereof of liquid resources available in period N. Calculate the p-value where liabilities plot on this probability distribution. We can also build an efficient frontier of the tradeoff between preset confidence liquidity capacity level and expected long term portfolio value. Pick optimal portfolio based on a desired confidence level (e.g. 85%). Northfield’s optimization application automatically builds the efficient frontier based on cash flow covariance model inputs 18
  • 27. www.northinfo.com …our Solution 21 Liability Due Probability Distribution of Cumulative Liquid Portfolio Value Using 1021 cumulative value paths provides a continuous probability distribution which immensely reduces sampling error of Monte Carlo simulations
  • 28. www.northinfo.com Conclusions • Benchmarking private equity is much less developed and standardized than benchmarking public equity • Several general approaches have evolved in the industry and academia, and have been adopted in practice with varieties around these common themes • Lack of rigor and standard of methodology pervade many of the practical implementations, producing subjective and unreliable outcomes in the investment area where this is most undesirable - benchmarking • Using a set of robust approaches and technology, the investment practitioner can remedy or mitigate some of these deficiencies and produce much more accurate outcomes • The same discussion applies to most other private asset classes 22
  • 29. www.northinfo.com Thank you Emilian Belev, CFA, ARPM Head of Enterprise Risk Analytics emilian@northinfo.com 23