Beyond results
We are Partners in essence.
A unique culture of integral dedication to address the strategic and financial challenges of our clients.
DCM | Capital Solutions
Advisory and alternative capital solutions for our clients.
As of 2021, G5 Partners has consolidated itself as a relevant player in alternative capital solutions for its clients, starting to operate in the origination, structuring and distribution of debt operations in the local Brazilian market.
Our DCM team advises our clients on the most varied and sophisticated operations, in various debt instruments and structures. Among them, issuances of Debentures, CRIs, CRAs, Real Estate Funds, Redeemable Preferred Shares (APRs), Promissory Notes, FIDCs, etc. With a dedicated senior team, we are able to independently be a ‘one stop shop’ in corporate advisory. And our greatest differentiator is understanding in a creative and unique way which is the best solution for our client.
Documents and compliance
Order Allocation and Division Policy
Asset Selection and Allocation Policy
Policy for the Acquisition and Monitoring of Private Credit Assets
Code of Conduct
WM Reference Form
Risk Management Manual
Compliance Policy
Policy on Exercising Voting Rights at General Meetings
Liquidity Risk Management Manual
#selected {
cursor: pointer;
}
#pdfs .download {
appearance: none;
webkit-appearance: none;
border: 1px solid #9f2424;
border-radius: 3px;
width: 16px;
height: 16px
} #pdfs .download:checked {
box-shadow: inset 0 0 0 2px #f3f5f8;
background: #9f2424;
} document.addEventListener('DOMContentLoaded', function() {
// Get the "Download All" button
const downloadAllBtn = document.querySelector('#pdfs #selected .elementor-button-text').closest('a');
downloadAllBtn.addEventListener('click', function(e) {
e.preventDefault();
const checkedBoxes = document.querySelectorAll('#pdfs input[type="checkbox"]:checked');
if (checkedBoxes.length === 0) {
alert('Por favor, selecione ao menos um documento para baixar.');
return;
}
// Add visual feedback
downloadAllBtn.style.opacity = '0.7';
downloadAllBtn.style.pointerEvents = 'none';
checkedBoxes.forEach((checkbox, index) => {
const container = checkbox.closest('.e-con-full').parentElement;
const downloadLink = container.querySelector('.elementor-button-link');
if (downloadLink && downloadLink.href) {
setTimeout(() => {
fetch(downloadLink.href)
.then(response => response.blob())
.then(blob => {
// Create blob link for downloading
const url = window.URL.createObjectURL(blob);
const link = document.createElement('a');
link.href = url;
link.setAttribute('download', downloadLink.href.split('/').pop()); // Get filename from URL
document.body.appendChild(link);
link.click();
link.remove();
window.URL.revokeObjectURL(url);
// Reset button after last download
if (index === checkedBoxes.length - 1) {
setTimeout(() => {
downloadAllBtn.style.opacity = '1';
downloadAllBtn.style.pointerEvents = 'auto';
}, 1000);
}
})
.catch(error => {
console.error('Download failed:', error);
// Reset button state on error
downloadAllBtn.style.opacity = '1';
downloadAllBtn.style.pointerEvents = 'auto';
});
}, index * 500); // Stagger downloads by 500ms
}
});
});
});
Best practices in alternative capital solutions
G5 Partners Assessoria de Mercados de Capitais Ltda. is currently in the process of obtaining registration with the Brazilian Securities and Exchange Commission (CVM) and adhering to the ANBIMA Public Offerings Code.