返回题库

看涨-看跌平价套利

Put-Call Arbitrage

专题
Finance / 金融
难度
L2

题目详情

你可以交易:

  • 股票 SS,现价 S0=10S_0=10
  • 该股票的欧式看涨期权,现价 C0=4C_0=4
  • 该股票的欧式看跌期权,现价 P0=3P_0=3

看涨与看跌的执行价均为 K=4K=4,到期同为 TT

另可交易到期支付 1 的零息债券(bond)。假设利率为 0,因此债券现价为 1。

若允许做多/做空,找出套利组合,并用格式“#Stock + #Call + #Put + #Bonds”给出头寸数量。

You have access to a stock with price S0=10S_0 = 10, a European call on SS with price C0=4C_0 = 4, a European put on SS with price P0=3P_0 = 3, both at strike K=4K = 4, and bonds paying 11 at time TT. Assume interest rates are 00. Find the arbitrage. You are allowed to long or short assets.

Give the answer in the format of # Stock + # Call + # Put + # Bonds\text{\# Stock + \# Call + \# Put + \# Bonds}.

解析

利率为 0 时,看涨-看跌平价为

C0+KB0=P0+S0.C_0+K\cdot B_0=P_0+S_0.

这里 B0=1B_0=1,所以应有 C0+4=P0+10C_0+4=P_0+10

但实际左边 4+4=84+4=8,右边 3+10=133+10=13,右边更贵。

因此套利:

  • 买入便宜组合:1 份看涨 + 4 份债券;
  • 卖出昂贵组合:1 份看跌 + 1 股股票。

初始现金流入:138=513-8=5

到期时,两边的支付都等于 max(ST,4)\max(S_T,4),因此到期净支付为 0,锁定无风险利润。

所以头寸为

1 Stock+1 Call1 Put+4 Bonds.\boxed{-1\ \text{Stock} + 1\ \text{Call} - 1\ \text{Put} + 4\ \text{Bonds}}.