dataOenbAss = FileAttachment ("oenb_ass.csv" ). csv ({ typed : true })
dataOenbLbs = FileAttachment ("oenb_lbs.csv" ). csv ({ typed : true })
This page shows data for the Austrian financial sector prior to the introduction of the Euro. The data will be updated for additional periods as well as financial market actors and instruments.
Oesterreichische Nationalbank
Plot. plot ({
x : {
label : null
},
y : {
grid : true //,
//label: "Unemployment (%)"
},
color : {scheme : "spectral" ,
legend : true
},
style : {backgroundColor : "black" },
marks : [
Plot. ruleY ([0 ]),
Plot. barY (dataOenbAss, {
x : "PERIOD" ,
y : "VALUE" ,
fill : "ITEM" ,
tip : true
})
]
})
Plot. plot ({
x : {
label : null
},
y : {
grid : true //,
//label: "Unemployment (%)"
},
color : {scheme : "spectral" ,
legend : true
},
style : {backgroundColor : "black" },
marks : [
Plot. ruleY ([0 ]),
Plot. barY (dataOenbLbs, {
x : "PERIOD" ,
y : "VALUE" ,
fill : "ITEM" ,
tip : true
})
]
})
Figure 1: Balance sheet of the Oesterreichische Nationalbank in bn ATS. S: OeNB reports.