I Constructing Index: Combining Financial Time Series

  • I
  • Thread starter Thread starter Tosh5457
  • Start date Start date
  • Tags Tags
    Index
Tosh5457
Messages
130
Reaction score
28
Hello,

I'm facing a problem in a project that I'm not being able to solve. I have two different timeseries, and I want to construct an index that represents the two of them, each of variable weights (so I could choose 50% weight for each, or other combination).

These are financial time series, with these properties:
- The returns on these series aren't normally distributed, they're symmetrical heavy-tailed
- One of the series has both negative and positive values. The other only has positive values

How could I approach this task?
 
Physics news on Phys.org
The construction will depend on what you want the index to represent. For instance the S&P 500 Price Index represents the amount to which one dollar, invested at some long-ago base date, would have accumulated if it was always invested in the associated stock portfolio defined by S&P, assuming the portfolio was rebalanced costlessly every day, and that no dividends were received. The S&P 500 Accumulation Index is the same except that it includes dividends in the accumulation.

What do you want your index to represent?
 
andrewkirk said:
The construction will depend on what you want the index to represent. For instance the S&P 500 Price Index represents the amount to which one dollar, invested at some long-ago base date, would have accumulated if it was always invested in the associated stock portfolio defined by S&P, assuming the portfolio was rebalanced costlessly every day, and that no dividends were received. The S&P 500 Accumulation Index is the same except that it includes dividends in the accumulation.

What do you want your index to represent?

I just want to compare this index to another timeseries, to see how changes in it affect the other one. I think that would be the same as the S&P 500 Price Index.

EDIT: In my case, it would also be important to normalize both timeseries, because they are different in nature unlike S&P components
 
Last edited:
Tosh5457 said:
I just want to compare this index to another timeseries, to see how changes in it affect the other one.
In that case the best tool would be to do a regression of that other one against the two time series that you were thinking of combining into an index. That will give you an idea of what impact changes in the two components have on changes in the third.

Constructing an index would confuse rather than clarify the situation.
 
  • Like
Likes FactChecker
You may use z scores with arbitrary origin and scale. Let X & Y be the two series. Calculate z from (x-μx)/σx=( z-c)/d and from (y-μy)/σy=( z-c)/d, for all observed x and y, where c & d are arbitrary. μ,σ are mean and sd etc. The z values are now comparable.
 
As @andrewkirk says, you probably should use statistical techniques to determine how to combine two independent time series to estimate the dependent time series. I have never done work with cross correlations of multiple time series, but Lutkepohl's book New Introduction to Multiple Time Series Analysis may be very applicable.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...

Similar threads

Replies
8
Views
3K
Replies
6
Views
1K
Replies
2
Views
1K
Replies
2
Views
2K
Replies
10
Views
2K
Replies
7
Views
2K
Replies
10
Views
3K
Back
Top