计算金融学 -凯发k8网页登录
导入和分析金融数据,为风险控制和经济系统开发模型,管理投资,为复杂的工具定价
您可以使用 matlab® 提供的计算金融产品来为投资与风险管理、计量经济学、定价与估值、保险以及算法交易开发定量应用程序。只需编写几行代码,您就可以:
绘制历史和实时市场数据图。
分析时间序列数据并创建预测模型。
对利率建模并执行敏感度分析。
优化投资组合并执行风险归因。
开发量化模型,以优化业绩和最小化风险。
适用产品:计算金融学
主题
访问数据库和金融数据交换
- connect to database (database toolbox)
after configuring a driver and data source, connect to your database. - communicating with data service providers (datafeed toolbox)
find the connection function for each supported data service provider.
对金融和经济时间序列进行分析和建模
- analyze time series data using econometric modeler (econometrics toolbox)
interactively visualize and analyze univariate or multivariate time series data. - represent time series models using econometrics toolbox objects (econometrics toolbox)
learn how to represent time series models as model objects.
优化和回测投资组合
- portfolio optimization examples using financial toolbox™ (financial toolbox)
follow a sequence of examples that highlight features of theportfolio
(financial toolbox) object. - backtest investment strategies using financial toolbox™ (financial toolbox)
perform backtesting of portfolio strategies using a backtesting framework. - diversify esg portfolios (financial toolbox)
this example shows how to include qualitative factors for environmental, social, and corporate governance (esg) in the portfolio selection process. - create hierarchical risk parity portfolio (financial toolbox)
this example shows how to compute a hierarchical risk parity (hrp) portfolio.
复杂金融工具定价
- (financial toolbox)
model the fat-tailed behavior of asset returns and assess the impact of alternative joint distributions on basket option prices. - calibrate shifted sabr model parameters for swaption instrument (financial instruments toolbox)
calibrate model parameters for aswaption
(financial instruments toolbox) instrument when you use asabr
pricing method.
量化风险和验证风险模型
- risk modeling with risk management toolbox (risk management toolbox)
learn about the tools for modeling seven areas of risk assessment. - bin data to create credit scorecards using binning explorer (risk management toolbox)
create a credit scorecard using the binning explorer app. - credit scoring using logistic regression and decision trees (risk management toolbox)
create and compare two credit scoring models, one based on logistic regression and the other based on decision trees.
将应用程序部署到生产中
- (database toolbox)
write a matlab script that connects to a relational database and deploy the script as a standalone database application to other machines.