No BSD License  

Highlights from
df2fts

Be the first to rate this file! 4 Downloads (last 30 days) File Size: 2.33 KB File ID: #3247
image thumbnail

df2fts

by Michael Robbins

 

09 Apr 2003 (Updated 10 Apr 2003)

Fetch from bloomberg and put in financial time series object.

| Watch this File

File Information
Description

>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> %%%% I WELCOME COLLABORATION %%%%%
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
>> help df2fts

  DF2FTS(EXPRESSION,FIELD,FROMDATE,TODATE) for historical
  DF2FTS(EXPRESSION,FROMDATE) for time series
 
  Gets data from the Bloomberg, calcuates the expression
  puts it in a time series, saves the time series for use
  with FTSGUI and returns it for use with CHARTFTS
 
  USEAGE:
     % not that you'd want to calculate this...
 
     % historical
        myfts=df2fts( ...
           'exp(2 * GT5 Govt -GT10 Govt - GT2 Govt)', ...
           'BidYield',today-40.*365.25,today);
 
     % or time series
 
        myfts=df2fts( ...
           'log(2 * GT5 Govt -GT10 Govt - GT2 Govt)', ...
           today);
 
     Then you can use
 
        chartfts(myfts);
 
     %or
 
        ftsgui;
        % now load myfts"
 
  IT'S NOT FANCY, BUT IT WORKS
 
  see BLOOMBERG/FETCH, FTSGUI, CHARTFTS

Required Products Datafeed Toolbox
Financial Time Series Toolbox
MATLAB release MATLAB 6.5 (R13)
Other requirements Bloomberg Professional
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
finance Michael Robbins 22 Oct 2008 06:59:36
modeling Michael Robbins 22 Oct 2008 06:59:36
analysis Michael Robbins 22 Oct 2008 06:59:36
bloomberg fetch ftsgui chartfts financial time series object Michael Robbins 22 Oct 2008 06:59:36

Contact us at files@mathworks.com