Climate and Property Data
Datafeed Toolbox™ enables you to create a connection to the Intercontinental Exchange (ICE) or CoreLogic® data servers and import climate and property data into MATLAB®. After importing the data, you can perform data analysis, develop forecasting models, and create visualizations to understand market behaviors.
ICE is a data server that offers access to their Climate Transition Analytics (CTA) data through a REST API. Portfolio managers can retrieve CTA data to make investment decisions for risk and return optimization. Economic modelers can retrieve history and timeseries data to forecast economic trends related to different markets.
CoreLogic is a data server that offers access to both climate and property data through a REST API. Scientific modelers can access data to explore climate risk across a diverse range of locations and properties. Analysts can retrieve data for property record analysis for insurance applications, such as weather event monitoring, physical risk, and property fraud.
To import data from these servers, you need to create a connection object by using
either the icecta or
the corelogic
function. Then, use the appropriate getData function to retrieve your
data.