2015 Q4 Quarterly Results
Triple Jump Assets Under Management in millions of Euros
var dataSource_bar_2015_q4 = [
{
year: '2010',
q4: 284,
q1: 0, q2: 0, q3: 0,
},
{
year: '2011',
q4: 307,
q1: 0, q2: 0, q3: 0,
},
{
year: '2012',
q4: 322,
q1: 0, q2: 0, q3: 0,
},
{
year: '2013',
q4: 339,
q1: 0, q2: 0, q3: 0,
},
{
year: '2014',
q4: 474.85,
q1: 0, q2: 0, q3: 0,
},
{
year: '2015',
q4: 514.58,
q1: 0, q2: 0, q3: 0,
},
];
$("#bar_2015_q4").dxChart({
dataSource: dataSource_bar_2015_q4,
commonSeriesSettings: {
argumentField: "year",
type: "bar",
hoverMode: "allArgumentPoints",
selectionMode: "allArgumentPoints",
label: {
visible: false,
format: "fixedPoint",
precision: 0
}
},
series: [
{ valueField: "q1", name: "Q1" },
{ valueField: "q2", name: "Q2" },
{ valueField: "q3", name: "Q3" },
{ valueField: "q4", name: "Q4" }
],
title: "",
legend: {
verticalAlignment: "right",
horizontalAlignment: "center"
},
//palette: ['#ed825e','#f8d3cd'],
palette: ['#f7cdc0', '#f3b3a0', '#ef9a81', '#eb8161'],
pointClick: function (point) {
this.select();
},
ignoreEmptyPoints: true,
tooltip:{
enabled: true,
location: "edge"
},
commonAxisSettings: {
visible: true,
color: '#888888',
width: 1
}
});
ASN-Novib Microcredit Fund Cumulative Total Net Return (EUR)
var dataSource_line_2015_q4 = [
{
year: '2006',
q4: 110.58,
q1: 0, q2: 0, q3: 0,
},
{
year: '2007',
q4: 113.73,
q1: 0, q2: 0, q3: 0,
},
{
year: '2008',
q4: 118.51,
q1: 0, q2: 0, q3: 0,
},
{
year: '2009',
q4: 123.53,
q1: 0, q2: 0, q3: 0,
},
{
year: '2010',
q4: 130.77,
q1: 0, q2: 0, q3: 0,
},
{
year: '2011',
q4: 136.45,
q1: 0, q2: 0, q3: 0,
},
{
year: '2012',
q4: 142.57,
q1: 0, q2: 0, q3: 0,
},
{
year: '2013',
q4: 146.5,
q1: 0, q2: 0, q3: 0,
},
{
year: '2014',
q4: 153.02,
q1: 0, q2: 0, q3: 0,
},
{
year: '2015',
q4: 155.74,
q1: 0, q2: 0, q3: 0,
},
];
$("#line_2015_q4").dxChart({
dataSource: dataSource_line_2015_q4,
commonSeriesSettings: {
argumentField: "year",
type: "bar",
hoverMode: "allArgumentPoints",
selectionMode: "allArgumentPoints",
label: {
visible: false,
format: "fixedPoint",
precision: 0
}
},
series: [
{ valueField: "q1", name: "Q1" },
{ valueField: "q2", name: "Q2" },
{ valueField: "q3", name: "Q3" },
{ valueField: "q4", name: "Q4" }
],
title: "",
legend: {
verticalAlignment: "right",
horizontalAlignment: "center"
},
//palette: ['#ed825e','#f8d3cd'],
palette: ['#f7cdc0', '#f3b3a0', '#ef9a81', '#eb8161'],
pointClick: function (point) {
this.select();
},
tooltip:{
enabled: true,
location: "edge"
},
ignoreEmptyPoints: true,
commonAxisSettings: {
visible: true,
color: '#888888',
width: 1
}
});
Triple Jump Funds Under Management
var dataSource_donut1_2015_q4 = [
{region: "21.09% Asia", val: 21.09},
{region: "11.08% Caucasus", val: 11.08},
{region: "14.96% Central America", val: 14.96},
{region: "13.05% Central Asia", val: 13.05},
{region: "4.05% Eastern Europe", val: 4.05},
{region: "2.07% Global Projects", val: 2.07},
{region: "1.22% Middle East - North Africa", val: 1.22},
{region: "20.50% South America", val: 20.50},
{region: "11.98% Sub Saharan Africa", val: 11.98}
];
$("#donut1_2015_q4").dxPieChart({
dataSource: dataSource_donut1_2015_q4,
legend: {
verticalAlignment: "center",
horizontalAlignment: "right",
margin: {
top: 0,
bottom: 0,
left: 100,
right: 0
}
},
palette: ['#f9d2cb', '#f6b399', '#f4a386', '#ef8160', '#EB5D40'],
series: [{
type: "doughnut",
argumentField: "region",
valueField: 'val',
innerRadius: 0.6
}],
tooltip: {
enabled: true,
format:"largeNumber",
percentPrecision: 2,
customizeText: function(e) {
return e.argumentText;
}
}
});
Distribution by currency
var dataSource_donut2_2015_q4 = [
{region: "5.28% EUR", val: 5.28},
{region: "67.31% USD", val: 67.31},
{region: "27.41% Local Currency", val: 27.41},
{region: "1% CNY", val: 1},
{region: "1% GEL", val: 1}
];
$("#donut2_2015_q4").dxPieChart({
dataSource: dataSource_donut2_2015_q4,
legend: {
verticalAlignment: "center",
horizontalAlignment: "right",
margin: {
top: 0,
bottom: 0,
left: 100,
right: 0
}
},
palette: ['#f4a386', '#ef8160', '#EB5D40'],
series: [{
type: "doughnut",
argumentField: "region",
valueField: 'val',
innerRadius: 0.6
}],
tooltip: {
enabled: true,
format:"largeNumber",
percentPrecision: 2,
customizeText: function(e) {
return e.argumentText;
}
},
size: {
top: 30,
left: 30
}
});
Triple Jump Investment Figures
|
2013 |
2014 |
2015 |
Assets Under Management |
€ 339 M |
€ 475 M |
€ 515 M |
Number of portfolio companies |
163 |
160 |
149 |
Breakdown of local currency funding in EUR
$("#bar2_2015_q4").dxChart({
dataSource: [
{currency: "xof", val: 10031717 },
{currency: "kzt", val: 5319183 },
{currency: "idr", val: 4858076 },
{currency: "mxn", val: 4731509 },
{currency: "pkr", val: 3403783 },
{currency: "cop", val: 3333474 },
{currency: "bob", val: 3289049 },
{currency: "azn", val: 2807005 },
{currency: "ngn", val: 2514474 },
{currency: "hnl", val: 2371298 },
{currency: "xaf", val: 2250000 },
{currency: "tjs", val: 2077838 },
{currency: "zmw", val: 1946475 },
{currency: "khr", val: 1861564 },
{currency: "kgs", val: 1699638 },
{currency: "vnd", val: 1541728 },
{currency: "ugx", val: 1384284 },
{currency: "ghs", val: 1201207 },
{currency: "zar", val: 841305 },
{currency: "tzs", val: 838857 },
{currency: "kes", val: 807286 },
{currency: "mwk", val: 778591 },
{currency: "amd", val: 769413 },
{currency: "pen", val: 587659 },
{currency: "dop", val: 356040 },
],
series: {
argumentField: "currency",
valueField: "val",
type: "bar",
color: '#ef8160',
ignoreEmptyPoints: true
},
legend: {
visible: false
},
commonAxisSettings: {
visible: true,
color: '#DDDDDD',
width: 1,
label: {
overlappingBehavior: {
mode: 'stagger',
//mode: 'rotate',
rotationAngle: 270
},
font: { weight: 300, size: 12 }
}
},
tooltip: {
enabled: true,
argumentFormat: 'fixedPoint',
format: 'fixedPoint',
arrowLength: 30,
customizeTooltip: function (point) {
return {
text: point.argumentText
};
}
}
});