Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeepo committed Aug 22, 2024
1 parent d44b953 commit 8f7679b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source "https://mirrors.tuna.tsinghua.edu.cn/rubygems"
source "https://rubygems.org"
#source "https://ruby.taobao.org"
#source "https://mirrors.aliyun.com/rubygems/"
Expand Down Expand Up @@ -33,3 +34,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem 'jekyll-seo-tag', '~> 2.8'
5 changes: 5 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GEM
remote: https://mirrors.tuna.tsinghua.edu.cn/rubygems/
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
Expand Down Expand Up @@ -224,6 +225,8 @@ GEM
uri
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -262,11 +265,13 @@ GEM

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
github-pages (~> 231)
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-seo-tag (~> 2.8)
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
Expand Down
8 changes: 5 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ description: >- # this means to ignore newlines until "baseurl:"
关乎期权的一切
baseurl: "/option" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# twitter_username:
github_username: ikeepo

# twitter_username:
github_username: ikeepo

# Build settings
theme: minima
# theme: jekyll-theme-cayman
plugins:
- jekyll-feed
- jekyll-seo-tag
# google_analytics: G-58RMZEMF00

# nav:
# - title: "Home"
# url: "/"
Expand Down
9 changes: 8 additions & 1 deletion docs/about.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ permalink: /about/



期权复杂,但其复杂性本身导致期权世界又相对纯粹,因为控局困难。


这个网站记录整理关于期权的长期沉淀知识,每日新知获取见公众号“三日期权”。

## 期权世界观
期权复杂,但其复杂性本身导致期权世界又相对纯粹,因为控局困难。
认知是分层级的,知识的构建也有层级概念,上层概念需要用下层概念来解析、构建。
经济活动围绕独立可交换的产品展开,最底层是居民的日常消费品,上一层是生产消费品所用工具,这两层均为实体世界,其余银行、政府等从经济活动角度均为附属衍生物。
两者之上划一条线作为一个大的分类,上层是股票世界,股票世界是对实体世界的虚拟映射,映射关系理应在法律、武力强制保护下真实存在,对于无法真实存在,就存在了虚假映射而导致股票经济活动成为情绪驱动的丢手绢游戏。期货略优于股票,基于两点:一是底层为大宗商品,映射关系相对容易保证;二是有买卖双向,属性比股票更灵活。但两者依然并列同一层级,因为底层映射源都是实体。
期权的底层映射源是股票、期货等标准化的虚拟产品,是虚拟之上的虚拟,标准化之后的标准化。更加纯粹,因为在映射关系难以操纵,其经济活动中造假的比例就小了很多。
围棋的棋谱是一种历史统计归纳出来的、高概率的范式集合,在熟稔棋谱的基础上才能有创造;而期权基于之前所说的原因,也成为了一种类似围棋的、可以通过棋谱来提升的纯概率游戏。所以,期权,是最适合AI量化的一种工具。

![img](./assets/img/qr_code.png)

0 comments on commit 8f7679b

Please sign in to comment.