2019 Q2 Quarterly Results
Triple Jump Assets Under Management in millions of Euros
var dataSource_bar_2019_q2 = [
{
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,
},
{
year: '2016',
q4: 675.14,
q1: 0, q2: 0, q3: 0,
},
{
year: '2017',
q1: 768.23,
q2: 740.69,
q3: 755.79,
q4: 758.79,
},
{
year: '2018',
q1: 758.79,
q2: 729.57,
q3: 775,
q4: 748.55,
},
{
year: '2019',
q2: 729.57,
q1: 0,
},
];
$("#bar_2019_q2").dxChart({
dataSource: dataSource_bar_2019_q2,
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_2019_q2 = [
{
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,
},
{
year: '2016',
q4: 156.6,
q1: 0, q2: 0, q3: 0,
},
{
year: '2017',
q1: 157.28,
q2: 157.91,
q3: 158.4,
q4: 160.67,
},
{
year: '2018',
q1: 160.67,
q2: 161.84,
q3: 161.84,
q4: 161.96,
},
{
year: '2019',
q2: 161.96,
q1: 0,
},
];
$("#line_2019_q2").dxChart({
dataSource: dataSource_line_2019_q2,
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_2019_q2 = [
{region: "22.32% Asia", val: 22.32},
{region: "9.46% Caucasus", val: 9.46},
{region: "15.93% Central America", val: 15.93},
{region: "10.21% Central Asia", val: 10.21},
{region: "6.91% Eastern Europe", val: 6.91},
{region: ".60% Global Projects", val: .60},
{region: "5.88% Middle East - North Africa", val: 5.88},
{region: "15.46% South America", val: 15.46},
{region: "13.22% Sub Saharan Africa", val: 13.22}
];
$("#donut1_2019_q2").dxPieChart({
dataSource: dataSource_donut1_2019_q2,
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_2019_q2 = [
{region: "11.46% EUR", val: 11.46},
{region: "46.11% USD", val: 46.11},
{region: "42.43% Local Currency", val: 42.43},
{region: "1% CNY", val: 1},
{region: "1% GEL", val: 1}
];
$("#donut2_2019_q2").dxPieChart({
dataSource: dataSource_donut2_2019_q2,
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
|
2017 |
2018 |
2019 |
Assets Under Management |
€ 759 M |
€ 749 M |
€ 730 M |
Number of portfolio companies |
150 |
157 |
152 |
Breakdown of local currency funding in EUR
$("#bar2_2019_q2").dxChart({
dataSource: [
],
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
};
}
}
});