Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:11,870 --> 00:00:13,850
I have run and one coming this new with you.
2
00:00:14,270 --> 00:00:19,460
In this video, we will talk about the beta of an asset or portfolio.
3
00:00:21,200 --> 00:00:28,490
The beta is the statistic that indicates the relationship between the variation of portfolio, trading
4
00:00:28,490 --> 00:00:36,110
strategy, asset, etc. and dose of market, which is represented by an index.
5
00:00:36,650 --> 00:00:44,360
In our case, we're going to choose the S&P 500 when we have computed the beta.
6
00:00:45,320 --> 00:00:47,000
There are two possible case.
7
00:00:47,540 --> 00:00:52,370
The first, the absolute value is below to one.
8
00:00:53,030 --> 00:00:56,570
So the absolute value is just the value we vote the same.
9
00:00:56,580 --> 00:01:04,040
For example, the absolute value of minus three is free of minus one is one of minus two is true, etc.
10
00:01:04,730 --> 00:01:12,860
So if the absolute value of the beta is below one, it is good because it means that your portfolio
11
00:01:13,040 --> 00:01:15,560
of less variation than the index.
12
00:01:16,340 --> 00:01:25,970
For example, if we have a beta equal to zero point nine, it means that if the index of our of one
13
00:01:26,270 --> 00:01:37,280
person's the portfolio varies by zero point nine in average, and if the absolute value of the beta
14
00:01:37,310 --> 00:01:44,640
is above one, it's not a good thing accepted for some strategy.
15
00:01:44,680 --> 00:01:55,970
Very specific, but usually we don't want to have a beta two higher because it means that if there is,
16
00:01:55,970 --> 00:02:07,670
for example, or crisis or a very systemic impact, your portfolio will have a very big difficulties
17
00:02:07,670 --> 00:02:10,730
and you will lose a lot of money.
18
00:02:11,600 --> 00:02:14,960
So let me show you how to compute a beta.
19
00:02:15,710 --> 00:02:26,930
First, we need to import the data for the S&P 500, so to do it, we do exactly the same thing as before.
20
00:02:27,410 --> 00:02:34,370
So the symbol for the S&P 500 is this one.
21
00:02:37,680 --> 00:02:46,380
So if you don't know how to find the symbol of an asset, I ring by you to see the video, how to import
22
00:02:46,380 --> 00:02:49,080
data in the chapter imported data,
23
00:02:52,770 --> 00:03:04,670
then we want that adjusted gross price and we want the variation of this asset
24
00:03:08,210 --> 00:03:08,850
here.
25
00:03:09,330 --> 00:03:14,570
We don't need to put a drop any because we are going to put it later.
26
00:03:14,580 --> 00:03:17,940
But if you put it, now is not an.
27
00:03:22,100 --> 00:03:25,700
We change the name of the S&P 500
28
00:03:29,960 --> 00:03:40,640
and then we are CONCATENATE, their regional series containing also with aging and the returns of the
29
00:03:40,640 --> 00:03:41,120
market.
30
00:03:41,750 --> 00:03:42,860
So to do it.
31
00:03:43,970 --> 00:03:47,150
We are going to use the conquered function.
32
00:03:51,480 --> 00:03:52,770
From fundus.
33
00:04:07,220 --> 00:04:10,760
And now we drop all the missing value.
34
00:04:15,220 --> 00:04:25,030
Using this data frame, we're going to compute the various components metrics, so it is a very complex
35
00:04:25,510 --> 00:04:40,180
term for a very easily thinks this matrix is just a table containing the covariance between the S&P
36
00:04:40,180 --> 00:04:51,010
500 and our liturgy and the variance of also 2G and the variance of the S&P 500.
37
00:04:51,550 --> 00:05:02,140
So the covariance of the S&P 500 and also 2G is just the relationship between the two time series.
38
00:05:05,400 --> 00:05:05,730
So.
39
00:05:11,150 --> 00:05:19,760
To compute the variance coronae on this matrix, we're going to use the curve function from number.
40
00:05:23,850 --> 00:05:31,050
Then we transform all those that frame into and narrow to give.
41
00:05:31,530 --> 00:05:35,720
And now I turn them away because Nampai works with Aura usually.
42
00:05:37,440 --> 00:05:48,450
And we just need to specify the parameter which is raw power, and we need to put as false because all
43
00:05:49,860 --> 00:05:52,800
I will show you, it's really better.
44
00:05:54,330 --> 00:06:01,650
All that frame contain thousands of row and just two colors.
45
00:06:02,220 --> 00:06:12,840
If we do the covariance on the row, it means that we're going to have a covariance matrix between all
46
00:06:12,840 --> 00:06:21,930
the data and all, not with all the assets, because we're going to compute the Koreans by zero.
47
00:06:22,230 --> 00:06:24,030
So by the day.
48
00:06:24,240 --> 00:06:32,220
And here we want the covariance between all times to is, which are the region of uncertainty and the
49
00:06:32,220 --> 00:06:33,300
region of the market.
50
00:06:33,300 --> 00:06:36,600
So we need to put all of our equal force.
51
00:06:38,160 --> 00:06:40,740
Then we can compute the covariance.
52
00:06:52,170 --> 00:06:53,040
Which is.
53
00:07:04,560 --> 00:07:05,370
This value.
54
00:07:08,570 --> 00:07:16,670
Because we need to imagine that here we have.
55
00:07:19,040 --> 00:07:26,960
On this call and the return of our strategy on this war, the return of us 40g So this number is the
56
00:07:26,960 --> 00:07:31,130
governments between the return of the strategy and the return of the strategy.
57
00:07:31,310 --> 00:07:34,670
So is the variance of the regional strategy.
58
00:07:36,650 --> 00:07:48,350
This coefficient is at the intersection between the return of the strategy and the return of the markets.
59
00:07:48,530 --> 00:07:54,470
So it means that will be the covariance between the markets and also teaching.
60
00:07:55,490 --> 00:08:06,320
So it is exactly the same coefficient as Hugh because variance covariance matrix is a symmetric matrix.
61
00:08:06,320 --> 00:08:11,120
So it means that this value and this value are always the same.
62
00:08:11,570 --> 00:08:18,190
And here we are at the intersection between S&P 500 and S&P 500.
63
00:08:18,200 --> 00:08:21,570
So this is the variation of the market.
64
00:08:22,280 --> 00:08:30,470
So that is why we need to take route zero and column one to have the covariance between these two.
65
00:08:32,020 --> 00:08:40,150
It so it's then we need the variants of the market, so we're going to use this word you.
66
00:08:49,180 --> 00:09:00,040
And then we can compute our bitter dividing the governments of the regional strategy and the region
67
00:09:00,040 --> 00:09:00,700
of the markets.
68
00:09:05,320 --> 00:09:07,660
By the variants of the market.
69
00:09:11,710 --> 00:09:15,520
And we can print it using f string.
70
00:09:31,600 --> 00:09:33,580
And we don't need to.
71
00:09:35,710 --> 00:09:45,880
Annualize a beta and oral strategy, so actually, Google has a beta in the past around 1:00, so it
72
00:09:45,880 --> 00:09:58,600
means that this assists in average bear is of zero point ninety six percent when the market variance
73
00:09:58,720 --> 00:10:00,280
of one percent.
7388
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.