|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
You are here » Home Page
» News
» EBRD IN FIRST INVESTMENT IN FINANCIAL INFRASTRUCTURE FUND
EBRD IN FIRST INVESTMENT IN FINANCIAL INFRASTRUCTURE FUND
2014-01-09
source www.ebrd.com
Bank commits USD 30 million to new fund targeting Russia and CIS
The EBRD has for the first time invested in a private equity fund tasked with making investments in financial infrastructure, a broad sector covering everything from stock exchanges to financial IT services, brokerages and re-insurance providers.
The Bank, acting as a cornerstone investor, is committing USD 30 million to Da Vinci Private Equity Fund II which will target Russia and the rest of the Commonwealth of Independent States (CIS). The fund’s aim is to raise USD 150-200 million.
"The Bank is working with the fund manager who has the necessary experience to strengthen and support the development in the region of a sophisticated financial infrastructure," said EBRD’s Director for Equity Funds Anne Fossemalle.
Da Vinci Private Equity Fund II aims to invest in small and medium-sized businesses in domestic capital market infrastructure, financial and related IT services, as well as companies operating in the banking and insurance sectors, all of which provide essential support for national financial systems.
Oleg Jelezko, Managing Partner of Da Vinci Capital, added: “We see fundamental growth drivers in these sectors and are focused on building businesses that can compete internationally and achieve exits through public markets. The new fund’s initial investments already demonstrate the necessary growth.”
Author(s):Richard Wallis Source: ebrd.com
|
|
|
|