LEAVE US YOUR MESSAGE
contact us

Hi! Please leave us your message or call us at 510-858-1921

Thank you! Your submission has been received!

Oops! Something went wrong while submitting the form

13
May

🏨 Optimization Engine & Quantitative Design

Last Updated
I
May 13, 2025

Hospitality Portfolio Optimization Methodology

The goal is to maximize Adjusted Hospitality Alpha (AHA) or Bay Score across a risk-controlled portfolio of hospitality investments. The framework seeks not merely high returns, but optimized risk-adjusted returns accounting for illiquidity, FX risk, market volatility, and operational leverage.

Each investment opportunity (ticker) is scored using a multi-factor framework integrating:
- Projected IRR
- Adjusted Hospitality Alpha (AHA)
- Bay Adjusted Sharpe (BAS)
- Bay Score (0–100)
- Volatility estimates
- Region classification and macro risk overlays

Scoring System: Bay Score

Bay Score synthesizes IRR, AHA, BAS, ESG scoring, co-investment quality, and forecast confidence into a single standardized metric. It is dynamically adjusted for macro shocks (via BMRI), operational execution risk, and liquidity stress indicators (LSD).

Methodology

Optimization is executed through a constrained convex quadratic program implemented in Python using CVXPY. The optimizer finds the global best solution without risk of local minima entrapment, adhering to institutional-grade portfolio construction standards.

Portfolio Constraints Include:

• Maximum 40 tickers per time horizon (5Y, 10Y, 15Y, 20Y)
• Maximum 10% allocation per single investment
• Total portfolio weight must equal 100%
• Volatility and liquidity caps enforced where data permits

Why Convex Optimization?

Unlike random weight simulation (Dirichlet), convex optimization guarantees:
• Mathematically provable optimality
• Full constraint compliance
• Scalability across thousands of scenarios
• Repeatability for quarterly rebalancing and LP reporting

Each optimization cycle produces:
- Portfolio weights for each investment across 4 horizons
- Clean CSV files for import into Bay Street Terminal
- Quadrant visualizations (AHA vs BAS mapping)
- Volatility-stress-adjusted exposure maps

Engineering Appendix

Sample Python (CVXPY) optimization snippet:
import cvxpy as cp
n = len(df_opt)
w = cp.Variable(n)
objective = cp.Maximize(AHA @ w)
constraints = [
   cp.sum(w) == 1,
   w >= 0,
   w <= 0.10,
   Volatility @ w <= max_volatility,
   LSD @ w <= max_lsd,
]
prob = cp.Problem(objective, constraints)
prob.solve()

Future Enhancements

• Dynamic regional allocation constraints
• Objective blending (e.g., 60% Bay Score + 40% AHA)
• Rolling-window stress optimization to model regime shifts

Benchmark Methodology Integration

• STR Global RevPAR Index: TRI methodology for occupancy normalization

• NCREIF Hotel Index: Time-weighted return methodology for core real estate

• Cambridge Private Hospitality: Institutional-quality fund benchmarks

• FTSE Nareit Lodging/Resorts: Public REITs screen with liquidity filters

• MSCI GPFI: Core+ fund consistency benchmarking

• Dynamic Illiquidity Premium: Modeled across 1%–7.5% risk tiers

CoStar Methodology Integration & Forecast Notes

CoStar data is integrated through:
• Forecast Confidence Scoring
• STR sufficiency methodology compliance
• Bay Score projections under base, bull, and bear cases
Model transparency is preserved through method tagging and contributor safeguarding.

Copyright Notice and Legal Disclaimer

The materials provided by Bay Street Hospitality Fund I GP LLC are for informational purposes only and do not constitute investment advice or a solicitation. Past performance is not indicative of future results. Unauthorized reproduction prohibited. © 2025 Bay Street Hospitality Fund I GP LLC.

...

Latest posts
30
Jul
Quantamental Hospitality Investing
Why Agentic AI in Hotel Booking Is More Than Just Personalization
July 30, 2025

The July 2025 article by Andrew McGregor, VP Accommodation at Access Hospitality, opens a compelling chapter in the broader AI-hospitality discourse—one that Bay Street has been watching closely as it intersects with our cultural alpha thesis and the next layer of yield differentiation across the sector. McGregor doesn’t just call for better digital tools; he asserts a philosophical reordering of the guest journey itself. What we find most consequential from a quantamental perspective is how agentic AI—software that not only responds but acts—redefines not just conversion funnels, but the expectations of travelers shaped by Uberized decision trees, smart defaults, and context-aware prompts.

Continue Reading
30
Jul
Quantamental Hospitality Investing
AI in Hospitality — From Predictive Luxury to Cultural Alpha
July 30, 2025

Philippe Ziade’s vision for AI-powered hospitality, as demonstrated through his Otonomus Hotel concept, underscores a broader truth Bay Street has been tracking: the next generation of hospitality alpha won’t come from bricks and mortar alone. It will come from the convergence of predictive technology and cultural narrative. AI promises to redefine operational efficiency, staff empowerment, and guest personalization, but the key question for investors is whether it can also defend yield and loyalty premiums in an increasingly competitive luxury landscape.

Continue Reading
30
Jul
Quantamental Hospitality Investing
Why Asian Capital is Flowing Into Europe — A Hospitality and Cultural Alpha Play
July 30, 2025

Asian investors are rediscovering Europe, and this time, the story is less about opportunistic portfolio flips and more about wealth preservation, yield diversification, and cultural brand-building. The trend, highlighted in the recent IHIF EMEA panel, mirrors Bay Street’s own discussions with Asian family offices and art dynasties seeking not just financial returns, but narrative defensibility — a theme that resonates deeply with our quantamental scoring framework.

Continue Reading

Unlock the Playbook

Download the Quantamental Approach to Investor Protection, Alignment & Alpha Creation Playbook
Thank you!
Oops! Something went wrong while submitting the form.
Are you an allocator or reporter exploring deal structuring in hospitality?
Request a 30-minute strategy briefing
Get in touch