File:Xccy-Risk.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 800 × 512 pixels. Other resolutions: 320 × 205 pixels | 640 × 410 pixels | 1,024 × 655 pixels | 1,300 × 832 pixels.
Original file (1,300 × 832 pixels, file size: 16 KB, MIME type: image/png)
File information
Structured data
Captions
DescriptionXccy-Risk.png | normalized German stock Index DAX in EUR and in USD. It shows the currency risk. While in EUR it looses over the considered period (Jan 07 - march 08), in USD it gains 11% |
Date | |
Source | created with GNU R, see source and data below |
Author | Thomas Steiner |
Permission (Reusing this file) |
Thomas Steiner put it under the CC-by-SA 2.5. |
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
R-source code:
raw<-read.delim2(file="dax-eurusd.csv") vals<-raw[,2:4] date<-as.Date(raw[,1],format="%d.%m.%Y") png(filename="Xccy-Risk.png", width=1300, height=832, pointsize=12, bg="grey89") plot(date,vals[,1]/vals[1,1],type="l",col="blue",lwd=2,ylab="DAX",ylim=c(0.97,1.33)) lines(date,vals[,2]/vals[1,2],col="red",lwd=2) abline(h=1,lty="dotted",col="grey") legend(x="topleft",inset=0.03,legend=c("DAX in EUR","DAX in USD"),col=c("blue","red"),lwd=4) title("DAX in EUR und USD",cex.main=1.8) dev.off()
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 22:22, 5 March 2008 | 1,300 × 832 (16 KB) | Thire (talk | contribs) | {{Information| |Description = normalized German stock Index DAX in EUR and in USD. It shows the currency risk. While in EUR it looses over the considered period (Jan 07 - march 08), in USD it gains 11% |Source = created with GNU R, see source and data bel |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
Hidden categories: