转载请注明来自souldak,微博:@evagle
砖搬多了有点累,今天学学投资学。
这章主要是一些重要的概念。
 
real assets / financial assets ,
fixed-income (debt) securities /equity /derivative securities ,
asset allocation /security selection
risk–return trade-off /passive management /active management /financial intermediaries
primary market /secondary market
globalization /pass-through securities /MBS(mortgate-backed securities)/ securitization

1. real assets VS financial assets

Real assets: the land, buildings, machines, and knowledge that can be used to produce goods and services.
Financial assets: Financial assets are claims to the income generated by real assets (or claims on income 

from the government)


2. A taxonomy(分类) of financial assets
a)fixed income 固定收入promise either a fixed stream of income or a stream of income that is determined according to a specified formula.

b)equity 普通股票 represents an ownership share in the corporation.
c)derivatives 衍生产品(例如 options期权 and futures contracts 期货)provide payoffs that are determined by the prices of other assets such as bond or stock prices. 

3. Financial markets and the economy
  3.1 Financial markets play a central role in the
 
allocation of capital resources.
  3.2 Consumption Timing: shift your wealth from you are in high-earnings periods to low-earning periods(壮年的时候存,老年的时候用)
  3.3 allocation of risk:转移风险
  3.4 separate ownership and management

4. The investment process
Saving, Investing, and Safe Investing
Saving: 即你存下的money
board asset category(资产分类):stocks, bonds, real estate, commodities ....
如果要投资那就需要做决定投资组合,通常需要两个decision:asset allocation和security selection
asset allocation:choose some asset categories
security selection: select particular securities to hold within each asset category
简言之:选投资哪些类别,然后每个类别投资哪些产品
可以top-down决定:先选分类再选securities
也可以bottom-up策略:直接选attractive的securities

5. Markets are competitive
a) 任何Risk-Return Trade-Off
b) efficient markets假说:市场对一个公司的价值衡量是完全准确的。
这假说不完全对,应该说是near-efficient,因为markets也会有一些没考虑全面或者估计错误的时候。

6. Players
a) firms: borrowers
b) households: savers
c) Governments either borrowers or lenders:发行政府债券的时候是borrowers,给公司贷款投资的时候是lenders
Financial Intermediaries
including
 
Banks,
 
investment companies,
 
insurance companies,
 
credit union.

投资银行
Investment Bankers:帮助公司上市,发行股票。首次发行在primary market,然后可以在secondary market流通
primary market: where new issues of securities are offered to the public.
secondary market: where investors trade among themselves.

7. Recent Trends
a) Globalization : 国际化

b) securitization : 证券化
securitization of mortgage(抵押)
例如:房屋的抵押,房子抵押给银行,自己得到了贷款,但是银行将抵押证券化之后让其在市场上流通,从而将成本转移给其他人。最终贷款得到钱启示是从其它投资者那儿来的。银行只是intermediate 
 mortgage声明了投资者对房屋的所有权。

c) financial engineering
use of mathematical models and computer-based trading technology to synthesize new financial products(eg:principal-protected equity-linked note)
2 ways:
1>unbundling  securities: breaking up and allocating the cash flows from one security to create several new securities
2>bundling : combining more than one security into a composite security

d) information and computer networks
包括:online trading, online information dissemination, and automated trade crossing.


书上的summary:
1 . Real assets create wealth. Financial assets represent claims to parts or all of that wealth. Financial
 

assets determine how the ownership of real assets is distributed among investors.
 

2. Financial assets can be categorized as fixed income, equity, or derivative instruments. Top-down
 

portfolio construction techniques start with the asset allocation decision—the allocation of funds
 

across broad asset classes—and then progress to more specific security-selection decisions.
 

3. Competition in financial markets leads to a risk–return trade-off, in which securities that offer
 

higher expected rates of return also impose greater risks on investors. The presence of risk, however, implies that actual returns can differ considerably from expected returns at the beginning of
 

the investment period. Competition among security analysts also promotes financial markets that
 

are nearly informationally efficient, meaning that prices reflect all available information concerning the value of the security. Passive investment strategies may make sense in nearly efficient
 

markets.
 

4. Financial intermediaries pool investor funds and invest them. Their services are in demand
 

because small investors cannot efficiently gather information, diversify, and monitor portfolios.
 

The financial intermediary sells its own securities to the small investors. The intermediary invests
 

the funds thus raised, uses the proceeds to pay back the small investors, and profits from the difference (the spread).
 

5. Investment banking brings efficiency to corporate fund-raising. Investment bankers develop
 

expertise in pricing new issues and in marketing them to investors.
 

6. Recent trends in financial markets include globalization, securitization, financial engineering of
 

assets, and growth of information and computer networks.




投资学第一章 investments-introduction的更多相关文章

  1. Solidity 中文文档 —— 第一章:Introduction to Smart Contracts

    第一章:智能合约简介 粗略地翻译了 Ethereum 的智能合约开发语言的文档:Solidity.欢迎转载,注明出处. 有任何问题请联系我,本人微信:wx1076869692,更多详情见文末. 我是 ...

  2. 强化学习 reinforcement learning: An Introduction 第一章, tic-and-toc 代码示例 (结构重建版,注释版)

    强化学习入门最经典的数据估计就是那个大名鼎鼎的  reinforcement learning: An Introduction 了,  最近在看这本书,第一章中给出了一个例子用来说明什么是强化学习, ...

  3. Introduction to 3D Game Programming with DirectX 12 学习笔记之 --- 第一章:向量代数

    原文:Introduction to 3D Game Programming with DirectX 12 学习笔记之 --- 第一章:向量代数 学习目标: 学习如何使用几何学和数字描述 Vecto ...

  4. PRML读书会第一章 Introduction(机器学习基本概念、学习理论、模型选择、维灾等)

    主讲人 常象宇 大家好,我是likrain,本来我和网神说的是我可以作为机动,大家不想讲哪里我可以试试,结果大家不想讲第一章.估计都是大神觉得第一章比较简单,所以就由我来吧.我的背景是统计与数学,稍懂 ...

  5. CuSparse 第一章

    (部分翻译) 第一章 介绍 1. 命名惯例 CUSPARSE 包含了一系列处理稀疏矩阵的基本的线性代数子程式.是cuda函数库的一部分,从C,C++中调用. 该库例程可以分为四类: 第一层:在稠密向量 ...

  6. Spring3实战第一章 Aop 切面 XML配置

    刚看spring3实战书籍第一章  切面以前没有关注过 现在看到了  随手试验一下 AOP AOP(Aspect Oriented Programming),即面向切面编程,可以说是OOP(Objec ...

  7. Gradle2.0用户指南翻译——第一章. 介绍

    翻译项目请关注Github上的地址:https://github.com/msdx/gradledoc本文翻译所在分支:https://github.com/msdx/gradledoc/tree/2 ...

  8. 《Django By Example》第一章 中文 翻译 (个人学习,渣翻)

    书籍出处:https://www.packtpub.com/web-development/django-example 原作者:Antonio Melé (译者注:本人目前在杭州某家互联网公司工作, ...

  9. MyBatis3.2从入门到精通第一章

    第一章一.引言mybatis是一个持久层框架,是apache下的顶级项目.mybatis托管到goolecode下,再后来托管到github下.(百度百科有解释)二.概述mybatis让程序将主要精力 ...

随机推荐

  1. ecshop后台添加菜单项,权限问题

    ecshop后台自定义菜单涉及到几个重要的权限控制的文件,先做如下总结: 后台添加菜单项,并设置权限的步骤.:(以在系统模块添加申请友链菜单为例)commn.php       : \language ...

  2. #include <stdlib.h>

    1 _itoa 2 atoi 3 rand() 4 srand 1 _itoa _itoa(int value,char*string,int radix); int value 被转换的整数,cha ...

  3. Apache经常使用配置

      Apache採用IBM HTTPServer,内核为Apache/2.0.47 Server version: IBM_HTTP_Server/6.1.0.13 Apache/2.0.47   查 ...

  4. MPAndroidChart绘制图形表

    最近一个项目需要用到表格进行统计显示,本来用的是的achartengine,后来发现一个更加强大的开源框架MPAndroidChart. 下面简单介绍下MPAndroidChart,MPAndroid ...

  5. DDL

    在DDL(Data Definition Language)中,创建.删除.修改使用create.drop.alter关键字 数据库的创建 create database 数据库名选择数据库 use ...

  6. Sizzle一步步实现所有功能(层级选择)

    第二步:实现Sizzle("el,el,el..."),Sizzle("el > el"),Sizzle("el el"),Sizzl ...

  7. C#中的USB库 WinUSB

    NET C#中的USB库WinUSB,的libusb - Win32和的libusb - 1.0.使用公共设备类,应用程序与所有未经修改的操作系统和驱动程序.大量的示例代码. http://sourc ...

  8. EBS R12 怎么修改APPS密码

    apps 和 applsys 的口令 $> FNDCPASS apps/<apps password> 0 Y system/<system password> SYST ...

  9. mysql安装常见问题(系统找不到指定的文件、发生系统错误 1067 进程意外终止)

    在安装mysql时总是会遇到这样那样的问题,每次重新安装都会花很多时间来排查.在网上其实有很多相关的文章,但很多都只讲了方法,但没讲具体细节问题,导致无法解决问题.其实有时候知道问题的原因,但总是因为 ...

  10. json(转)

    转自:http://www.cnblogs.com/mcgrady/archive/2013/06/08/3127781.html 阅读目录 JSON的两种结构 认识JSON字符串 在JS中如何使用J ...