Hi,
I wish to create a vintage matrix as shown below for Economic Point in Time data. I created this using the 3rd party "pydatastream" library, with the following function:
DS.get_epit_vintage_matrix('USCONPRCE', date_from='1950-01-01').
I was advised to use the supported DSWS library instead to achieve this goal, however I am unable to do so with the limited documentation available
This vintage matrix contains all releases for this instrument, as well as all dates that this data was revised.
Could somebody please show me how to create this using the DSWS library?
Thanks!