InflationAdjust

InflationAdjust[quantity,targetdate]

试着将给定 quantity 的购买力换算到 targetdate 的购买力.

InflationAdjust[quantity]

用当前年份作为 targetdate.

InflationAdjust[quantity,targetunit]

将购买力换算到当前年份的购买力后,将货币转换至 targetunit.

InflationAdjust[timeseries,targetdate]

试着将给定 timeseries 的购买力换算到 targetdate 的购买力.

更多信息和选项

  • InflationAdjust 利用历史消费者物价指数(CPI),计算某种货币在特定时间的购买力.
  • 可以利用 InflationMethod 选项作为 TimeSeries 对象,TemporalData 对象,或是作为以 {{t1,s1},{t2,s2} 格式出现的时间-数据对,来人为指定 CPI 时间序列数据.
  • 当原有货币单位和目标货币单位不同时,先把原有货币进行通胀调整,然后再将原有货币换算成目标日期的目标货币.
  • targetdate 可以是年份或 DateList. 如果指定的是年份,则假定日期为年中:7月1日.
  • 如果 targetunitDatedUnit 对象,则将指定日期作为目标年份,而不是当前年份.
  • timeseries 可以是 TimeSeries 对象,TemporalData 对象,或时间-数据对.
  • 在进行不同货币单位之间的转换时,需要接入因特网.

范例

打开所有单元关闭所有单元

基本范例  (2)

计算1900年美元现在的购买力:

指定目标年份:

范围  (4)

选择和原有货币不同的目标货币:

当原有货币和目标货币的币种及日期都不一样时,先将原来的货币转换至目标日期的货币,再用目标日期的汇率转换至目标货币:

使用复合单位:

指定更详细的日期:

计算最低工资等效值:

推广和延伸  (2)

输入时使用自然语言来启动货币单位匹配机制:

使用时间-数量输入格式,TimeSeries 对象,或 TemporalData 对象作为时间序列:

选项  (2)

InflationMethod  (2)

以自己指定的 CPI 序列为基础进行计算:

多币种情况下,InflationMethod 所指定的 CPI 序列将被用于所有币种的计算,除非对不同币种另行指定:

可能存在的问题  (3)

只有当 CPI 数据存在时,才能进行计算:

有些币种没有 CPI 数据:

只有当历史汇率数据存在时才能进行转换:

巧妙范例  (1)

假如你想通过在每个年度规划开始时,购买一年期的证券来避免通货膨胀带来的损失,而且你每年都可以选取不同的货币,并且根据交易历史建立一套数据网络,那么,根据这些数据,找出最佳的交易方式:

如果原始资产是2005年的美元,那么,三年的最佳交易方式为,在2006年换成英镑,在2007年换成日元,2008年再换回英镑,当然,前提是你拥有这样的选择权,并可以在这些货币之间自由转换:

Wolfram Research (2014),InflationAdjust,Wolfram 语言函数,https://reference.wolfram.com/language/ref/InflationAdjust.html.

文本

Wolfram Research (2014),InflationAdjust,Wolfram 语言函数,https://reference.wolfram.com/language/ref/InflationAdjust.html.

CMS

Wolfram 语言. 2014. "InflationAdjust." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/InflationAdjust.html.

APA

Wolfram 语言. (2014). InflationAdjust. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/InflationAdjust.html 年

BibTeX

@misc{reference.wolfram_2024_inflationadjust, author="Wolfram Research", title="{InflationAdjust}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/InflationAdjust.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_inflationadjust, organization={Wolfram Research}, title={InflationAdjust}, year={2014}, url={https://reference.wolfram.com/language/ref/InflationAdjust.html}, note=[Accessed: 21-November-2024 ]}