项目作者: jake-billings

项目描述 :
This repository contains a quick calculation on etf holdings.
高级语言: Python
项目地址: git://github.com/jake-billings/etf-analysis.git
创建时间: 2019-01-13T04:07:33Z
项目社区:https://github.com/jake-billings/etf-analysis

开源协议:MIT License

下载


etf-analysis

Does the market capitalization of an electronically traded fund match its underlying asset value?

No.

On Jan 11, I ran the analysis on iShares Core S&P 500 ETF (IVV) with the following results:

  1. Name: iShares Core S&P 500 ETF
  2. Symbol: IVV
  3. Id: 239726
  4. CSV URL: https://www.ishares.com/us/products/239726/ishares-phlx-semiconductor-etf/1467271812596.ajax?fileType=csv&fileName=SOXX_holdings&dataType=fund
  5. open high low close volume
  6. date
  7. 2019-01-11 259.24 260.52 258.57 260.37 5111675
  8. Estimated holdings value of IVV: 162,938,811,602.75012
  9. Estimated market capitalization of IVV: 155,258,631,000.0
  10. Undercapitalization: 155,258,631,000.0
  11. Ratio: 0.049467

The underlying holdings are worth $155,258,631,000.00 more that the market capitalization. This is ~5% of the market capitalization.

What’s going on?

Checkout my other projects at https://jakebillings.com.