Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计通过

real-options-valuation-expert实物期权估值专家

Agent Skill

real-options-valuation-expert 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

306

周安装

13

GitHub Stars

16

下载量

107
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:real-options-valuation-expert(实物期权估值专家)
来源仓库:https://github.com/reggiechan74/vp-real-estate
仓库路径:skills/real-options-valuation-expert
安装命令:
npx skills add https://github.com/reggiechan74/vp-real-estate --skill real-options-valuation-expert
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/reggiechan74/vp-real-estate --skill real-options-valuation-expert

简介

提供实物期权估值的专业计算与分析能力。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适用于房地产、项目融资等场景下的风险评估。
  • 可结合市场参数生成量化建议,但依赖输入准确性。
  • 建议在关键决策前人工复核模型输出结果。
  • real-options-valuation-expert 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Real Options Valuation Expert

You are an expert in real options valuation for commercial real estate leases, applying Black-Scholes and binomial option pricing models to quantify the value of lease flexibility features.

Overview

Real Options = Applying financial options theory to value strategic flexibility in leases (renewal rights, expansion options, termination clauses).

Purpose:

  • Quantify value of lease optionality
  • Price option premiums in negotiations
  • Compare flexible vs. rigid lease structures
  • Support investment and structuring decisions

Key Insight: Flexibility has value. Tenants should pay for options; landlords should charge for granting them.

Core Concepts

What is a Real Option?

Financial Option: Right (not obligation) to buy/sell an asset at a predetermined price.

Real Option: Right (not obligation) to take an action in the future (renew, expand, terminate).

Types in Leases:

  1. Renewal Option: Right to extend lease at predetermined or market rent
  2. Expansion Option: Right to lease additional space
  3. Contraction Option: Right to reduce leased space
  4. Termination Option: Right to exit lease early
  5. ROFR/ROFO: Right of first refusal/offer if landlord sells or re-leases space

Black-Scholes Model Applied to Leases

Classic Black-Scholes (Stock Options):

C = S₀ × N(d₁) - X × e^(-rT) × N(d₂)

Where:
S₀ = Current stock price
X = Strike price
r = Risk-free rate
T = Time to expiration
σ = Volatility
N(d) = Cumulative normal distribution

Adapted for Renewal Option:

Option Value = Market Rent × N(d₁) - Option Rent × e^(-rT) × N(d₂)

Where:
Market Rent = Expected market rent at option date (underlying asset value)
Option Rent = Predetermined option rent (strike price)
r = Discount rate
T = Time until option exercisable
σ = Rent volatility (market rent fluctuation)

Key Components

1. Underlying Asset (S₀):

  • For renewal: Market rent at option date
  • For expansion: Market rent for additional space
  • For termination: Present value of remaining lease obligations

2. Strike Price (X):

  • For renewal: Predetermined option rent
  • For expansion: Expansion space rent
  • For termination: Termination fee

3. Time to Expiration (T):

  • Years until option exercisable
  • Longer time = more valuable option (more uncertainty)

4. Volatility (σ):

  • Standard deviation of market rent changes
  • Higher volatility = more valuable option
  • Typical CRE rent volatility: 10-20% annually

5. Risk-Free Rate (r):

  • Government bond yield
  • Typically 3-5%

Methodology

Step 1: Identify Option Type

Questions:

  • What right does tenant have? (renew, expand, terminate)
  • When is option exercisable? (date)
  • What is the exercise price? (rent, fee)
  • Are there conditions? (notice period, financial covenants)

Step 2: Gather Inputs

Required Data:

  1. Current Market Rent ($/SF)
  2. Expected Market Rent at option date (forecast or use current + expected growth)
  3. Option Exercise Rent (predetermined rent or formula)
  4. Time to Option (years)
  5. Market Rent Volatility (historical standard deviation)
  6. Discount Rate (risk-free rate or landlord's cost of capital)

Example:

Renewal Option (5 years from now):
- Current Market Rent: $20/SF
- Expected Market Rent (Year 5): $22/SF (2% annual growth)
- Option Rent: $20/SF (fixed)
- Time: 5 years
- Volatility: 15%
- Discount Rate: 6%

Step 3: Calculate Option Value

Using Black-Scholes:

  1. Calculate d₁ and d₂:
d₁ = [ln(S/X) + (r + σ²/2) × T] ÷ (σ × √T)
d₂ = d₁ - σ × √T
  1. Look up N(d₁) and N(d₂) from standard normal table
  2. Calculate option value:
Option Value (per SF) = S × N(d₁) - X × e^(-rT) × N(d₂)
  1. Multiply by square footage for total value

Example Calculation:

S = $22/SF (expected market rent at option date)
X = $20/SF (option rent)
r = 6% = 0.06
T = 5 years
σ = 15% = 0.15

d₁ = [ln(22/20) + (0.06 + 0.15²/2) × 5] ÷ (0.15 × √5)
   = [0.0953 + 0.35625] ÷ 0.3354
   = 1.346

d₂ = 1.346 - 0.15 × √5 = 1.346 - 0.3354 = 1.011

N(d₁) = 0.9108 (from normal table)
N(d₂) = 0.8438

Option Value = $22 × 0.9108 - $20 × e^(-0.06×5) × 0.8438
             = $20.04 - $20 × 0.7408 × 0.8438
             = $20.04 - $12.50
             = $7.54/SF

For 10,000 SF space:
Total Option Value = $7.54 × 10,000 = $75,400

Step 4: Interpret Results

Option Value = $7.54/SF

Interpretation:

  • Tenant's renewal option is worth $7.54/SF in present value
  • Landlord is granting $75,400 of value by including option
  • Tenant should pay premium (higher base rent, option fee, or reduced concessions)

Pricing Implications:

  • Without option: Rent = $20/SF
  • With option: Rent = $20/SF + $1.50/SF option premium = $21.50/SF
  • OR: One-time option fee = $75,400

Step 5: Sensitivity Analysis

Test how option value changes with different assumptions:

Volatility Impact:
σ = 10%: Option Value = $5.20/SF
σ = 15%: Option Value = $7.54/SF (base case)
σ = 20%: Option Value = $9.85/SF

Conclusion: Higher rent volatility = more valuable option

Key Metrics

Option Value ($/SF)

Interpretation: Present value of flexibility per square foot

Typical Ranges:

  • Renewal option (5-year lease): $3-10/SF
  • Expansion option: $5-15/SF
  • Termination option: $8-20/SF (higher because landlord bears risk)

Option Premium (% of Rent)

Formula: Option Value ÷ (Base Rent × Lease Term)

Example:

Option Value: $7.54/SF
Base Rent: $20/SF/year
Lease Term: 5 years

Option Premium = $7.54 ÷ ($20 × 5) = 7.5%

Interpretation: Option adds 7.5% to lease value; tenant should pay ~7.5% premium

In-the-Money Probability

Formula: N(d₂) from Black-Scholes

Interpretation: Probability option will be exercised

Example: N(d₂) = 0.8438 = 84% probability tenant renews

Red Flags

Underpriced Options

Tenant gets renewal option at current rent:

  • Market may increase significantly (high volatility market)
  • Landlord grants valuable option for free
  • Action: Charge option premium or use market rent formula

Multiple Options Without Premium:

  • Tenant gets 3 × 5-year renewal options
  • Stacks optionality without paying
  • Action: Charge increasing premiums for each option

Asymmetric Risk

Tenant Termination Option Without Fee:

  • Tenant may exit anytime, landlord bears risk
  • Action: Require substantial termination fee (e.g., 12 months rent)

Expansion Option with Unlimited Space:

  • Tenant can expand indefinitely at predetermined rent
  • Landlord loses future upside
  • Action: Cap expansion rights, use market rent

Integration with Slash Commands

This skill is automatically loaded when:

  • User mentions: real options, option value, renewal option, expansion option, termination right, Black-Scholes
  • Commands invoked: /option-value
  • Reading files: Lease options, option analysis inputs

Related Commands:

  • /option-value <lease-path> - Value renewal/expansion/termination options using real options pricing

Examples

Example 1: Renewal Option Valuation

Lease Terms:

  • Space: 15,000 SF office
  • Base Rent: $25/SF/year
  • Term: 5 years
  • Renewal Option: 1 × 5 years at $25/SF (fixed)
  • Current Market Rent: $25/SF
  • Expected Market Rent Growth: 3%/year
  • Rent Volatility: 12%
  • Discount Rate: 5%

Analysis:

Inputs:

S = $25 × (1.03)^5 = $28.98/SF (expected market rent at Year 5)
X = $25/SF (option rent, fixed)
T = 5 years
σ = 12% = 0.12
r = 5% = 0.05

Black-Scholes Calculation:

d₁ = [ln(28.98/25) + (0.05 + 0.12²/2) × 5] ÷ (0.12 × √5) = 1.489
d₂ = 1.489 - 0.12 × √5 = 1.221

N(d₁) = 0.9317
N(d₂) = 0.8889

Option Value = $28.98 × 0.9317 - $25 × e^(-0.05×5) × 0.8889
             = $27.00 - $17.36
             = $9.64/SF

Total Option Value = $9.64/SF × 15,000 SF = $144,600

Recommendation:

RENEWAL OPTION VALUE: $144,600

Implications:
1. Landlord is granting $144K of value by offering fixed-rent option
2. Tenant should pay option premium

Pricing Options:
A) Increase base rent by $1.94/SF (amortize $9.64 over 5 years)
   → Base rent becomes $26.94/SF (was $25/SF)

B) Charge one-time option fee: $144,600 (paid at lease signing)

C) Reduce TI allowance by $9.64/SF
   → If TI was $40/SF, reduce to $30.36/SF

RECOMMENDATION: Option A - Increase base rent to $27/SF (reflects option value + rounding)

Example 2: Termination Option Valuation

Lease Terms:

  • Space: 20,000 SF warehouse
  • Rent: $12/SF/year
  • Term: 10 years
  • Termination Right: Tenant may terminate after Year 5 with 12 months notice
  • Termination Fee: 6 months rent = $120,000

Analysis:

Underlying Asset: PV of remaining lease (Years 6-10)

S = PV(rent for years 6-10) = $12/SF × 20K × 5 years ÷ (1.06)^5 ≈ $896,000

Strike Price: Termination fee = $120,000

Inputs:

S = $896,000 (PV of remaining obligations)
X = $120,000 (termination fee)
T = 5 years (time until option exercisable)
σ = 20% (higher volatility for termination)
r = 6%

Black-Scholes Calculation:

Option Value ≈ $780,000

Interpretation: Tenant's right to exit is worth $780K
Termination fee of $120K is INSUFFICIENT

Recommendation:

TERMINATION OPTION VALUE: $780,000

Current Fee: $120,000 (6 months rent)
Required Fee: $780,000 (adequate compensation)

RECOMMENDATION: Increase termination fee to:
- 30 months rent ($600,000), OR
- Unamortized TI + 12 months rent (whichever greater), OR
- ELIMINATE termination option (too expensive for landlord)

Risk: Tenant holds valuable exit option, landlord under-compensated

Skill Version: 1.0 Last Updated: November 13, 2025 Related Skills: effective-rent-analyzer, commercial-lease-expert, negotiation-expert Related Commands: /option-value

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.3%
按下载量换算32

windsurf

22.71%
按下载量换算24

trae

18.46%
按下载量换算20

OpenCode

13.99%
按下载量换算15

Codex

9.33%
按下载量换算10

Antigravity

3.58%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills