3.3.1 Introduction to Options

期权是一种衍生金融工具,赋予购买者在特定日期或之前以固定价格买入或卖出标的资产的权利,但不是义务。期权包括看涨和看跌两种类型,以及欧式和美式两种行使方式。看涨期权给予持有者买入资产的权利,看跌期权则赋予出售资产的权利。期权的价值由内在价值(即即时行使的收益)和时间价值(期权未到期的潜在价值)组成。欧式期权只能在到期日行使,而美式期权可以在到期日前的任何时间行使。期权持有者的盈亏取决于标的资产的价格与执行价以及期权的初始成本(即保费)。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Options

1. Introduction to Options

Option is a derivative contract in which the buyer pays a sum of money to the seller or writer, and receives the right to either buy or sell an underlying asset at a fixed price either on a specific expiration date or at any time prior to the expiration date.

An option is a right, but not an obligation.

Default in options is possible only from the short to the long.

1.1 Options Types

1.1.1 Terminology

Strike Price is exercise price specified in the contract.
Premium, option premium, initial cost, initial investment, or up-front cost is paid by the buyer of option when one buys the option.
Expiration Date/Maturity Date is the date after which an option is void(无效).

1.1.2 Options Types

Based on type of right

A call option gives the holder the right to buy an asset by a certain date for a certain price.

  • A long position in a call option: right to buy
  • A short position in a call option: obligation to sell

A put option gives the holder the right to sell an asset by a certain date for a certain price.

  • A long position in a put option: right to sell
  • A short position in a put option: obligation to buy

The seller is sometimes referred to as the writer of the option.

Based on exercise date

European options can be exercised only on the expiration date itself.

American options can be exercised at any time up to the expiration date.

Price of American options ≥ \geq Price of European options due to more flexibility.

1.2 Payoff and Profit of Option

1.2.1 Intrinsic Value (Exercise Value)

Intrinsic value measures the value of an option if it can only be exercised immediately.

The maximum of zero and the amount that the option is in the money.

Call option: Max ( S − X , 0 ) \text{Max}(S-X,0) Max(SX,0), Put option: Max ( X − S , 0 ) \text{Max}(X-S,0) Max(XS,0)

1.2.2 Time Value (Speculative Value)

The amount by which the option premium(price) exceeds the intrinsic value.

Option premium = Intrinsic value + Time value \text{Option premium} = \text{Intrinsic value} + \text{Time value} Option premium=Intrinsic value+Time value

1.2.3 Payoff and Profit Option

Payoff from a long position in a European call option is Max ( S T − X , 0 ) \text{Max}(S_T-X,0) Max(STX,0)

profit = Max ( S T − X , 0 ) − C 0 \text{profit}=\text{Max}(S_T-X,0)-C_0 profit=Max(STX,0)C0, C 0 C_0 C0: the premium of call option

Payoff from a long position in a European put option is Max ( X − S T , 0 ) \text{Max}(X-S_T,0) Max(XST,0)

profit = Max ( X − S T , 0 ) − P 0 \text{profit}=\text{Max}(X-S_T,0)-P_0 profit=Max(XST,0)P0, P 0 P_0 P0: the premium of put option

1.2.4 Call Option

Profit of long = intrinsic value at expiration - premium

Breakeven underlying price = X - premium在这里插入图片描述

1.2.5 Put Option

Profit of long = intrinsic value at expiration - premium

Breakeven underlying price = X + premium

在这里插入图片描述

Long callShort callLong putShort put
Payoff at T T T Max ( S T − X , 0 ) \text{Max}(S_T-X,0) Max(STX,0) − Max ( S T − X , 0 ) -\text{Max}(S_T-X,0) Max(STX,0) Max ( X − S T , 0 ) \text{Max}(X-S_T,0) Max(XST,0) − Max ( X − S T , 0 ) -\text{Max}(X-S_T,0) Max(XST,0)
Profit at T T T Max ( S T − X , 0 ) − c 0 \text{Max}(S_T-X,0)-c_0 Max(STX,0)c0 − Max ( S T − X , 0 ) + c 0 -\text{Max}(S_T-X,0)+c_0 Max(STX,0)+c0 Max ( X − S T , 0 ) − p 0 \text{Max}(X-S_T,0)-p_0 Max(XST,0)p0 − Max ( X − S T , 0 ) + p 0 -\text{Max}(X-S_T,0)+p_0 Max(XST,0)+p0
Max profitUnlimited c 0 c_0 c0 X − p 0 X-p_0 Xp0 p 0 p_0 p0
Max loss c 0 c_0 c0Unlimited p 0 p_0 p0 X − p 0 X-p_0 Xp0
Breakeven X + c 0 X+c_0 X+c0 X + c 0 X+c_0 X+c0 X − p 0 X-p_0 Xp0 X − p 0 X-p_0 Xp0
1.2.6 Moneyness

In the money: immediate exercise would generate a positive payoff.

At the money: immediate exercise would generate no payoff.

Out of the money: immediate exercise would result in a loss.

MoneynessCall OptionPut Option
In the money S > X S>X S>X S < X S<X S<X
At the money S = X S=X S=X S = X S=X S=X
Out of the money S < X S<X S<X S > X S>X S>X
### 关于 UniApp 框架的推荐资源与教程 #### 1. **Uniapp 官方文档** 官方文档是最权威的学习资料之一,涵盖了从基础概念到高级特性的全方位讲解。对于初学者来说,这是了解 UniApp 架构和技术细节的最佳起点[^3]。 #### 2. **《Uniapp 从入门到精通:案例分析与最佳实践》** 该文章提供了系统的知识体系,帮助开发者掌握 Uniapp 的基础知识、实际应用以及开发过程中的最佳实践方法。它不仅适合新手快速上手,也能够为有经验的开发者提供深入的技术指导[^1]。 #### 3. **ThorUI-uniapp 开源项目教程** 这是一个专注于 UI 组件库设计和实现的教学材料,基于 ThorUI 提供了一系列实用的功能模块。通过学习此开源项目的具体实现方式,可以更好地理解如何高效构建美观且一致的应用界面[^2]。 #### 4. **跨平台开发利器:UniApp 全面解析与实践指南** 这篇文章按照章节形式详细阐述了 UniApp 的各个方面,包括但不限于其工作原理、技术栈介绍、开发环境配置等内容,并附带丰富的实例演示来辅助说明理论知识点。 以下是几个重要的主题摘选: - **核心特性解析**:解释了跨端运行机制、底层架构组成及其主要功能特点。 - **开发实践指南**:给出了具体的页面编写样例代码,展示了不同设备间 API 调用的方法论。 - **性能优化建议**:针对启动时间缩短、图形绘制效率提升等方面提出了可行策略。 ```javascript // 示例代码片段展示条件编译语法 export default { methods: { showPlatform() { console.log(process.env.UNI_PLATFORM); // 输出当前平台名称 #ifdef APP-PLUS console.log(&#39;Running on App&#39;); #endif #ifdef H5 console.log(&#39;Running on Web&#39;); #endif } } } ``` #### 5. **其他补充资源** 除了上述提到的内容外,还有许多在线课程视频可供选择,比如 Bilibili 上的一些免费系列讲座;另外 GitHub 和 GitCode 平台上也有不少优质的社区贡献作品值得借鉴研究。 --- ###
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值