This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Year | Net Returns | Management Fee | Performance Fee | Return Before Fees | Size of Fund | Medallion Trading Profits | |
---|---|---|---|---|---|---|---|
1988 | 9.00% | 5% | 20% | 16.30% | $20 million | $3 million | |
1989 | -4.00% | 5% | 20% | 1.00% | $20 million | $0 | |
1990 | 55.00% | 5% | 20% | 77.80% | $30 million | $23 million | |
1991 | 39.40% | 5% | 20% | 54.30% | $42 million | $23 million | |
1992 | 33.60% | 5% | 20% | 47.00% | $74 million | $35 million | |
1993 | 39.10% | 5% | 20% | 53.90% | $122 million | $66 million | |
1994 | 70.70% | 5% | 20% | 93.40% | $276 million | $258 million | |
1995 | 38.30% | 5% | 20% | 52.90% | $462 million | $244 million | |
1996 | 31.50% | 5% | 20% | 44.40% | $637 million | $283 million |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(tools) | |
library(foreach) | |
library(iterators) | |
library(rCharts) | |
library(slidify) | |
library(slidifyLibraries) | |
library(doParallel) | |
library(d3Network) | |
package <- grep("^package:", search(), value = TRUE) |