From 2385f623c93c652afd65f48b081b65a9ca5d5b71 Mon Sep 17 00:00:00 2001 From: Christian Jauregui Date: Tue, 12 May 2020 02:08:34 -0400 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9887829..fd0046d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ v0.1.3: May 5, 2020 -- Initial release. v0.1.4: Mat 11, 2020 -- Current release. - * Fixed logical error that improperly computed the average size of firms for a portfolio. - Instead of using the current period's market value of equity 'ME', the June 'ME' used to - sort portfolios on size was used. + + * Fixed logical error that improperly computed the average (equal-weighted) size of firms for a portfolio: + June ME - which is used to sort portfolios - was used instead of the current period's market value of equity ME.