Investor Relations
Codes and Policies
Disclosure under Regulation 46 of LODR
Sr.No. | Description | Download |
1 | Zodiac Policy for Determining Materiality of Events and Information for Disclosures | |
2 | Zodiac Familiarization Programme 2022-23 | |
3 | Criteria for making payments to Non-Executive Directors | |
4 | Zodiac Policy on Related Party Transactions | |
5 | Zodiac Familiarization Programme 2021-2022 | |
6 | Zodiac Familiarization Programme 2020-21 | |
7 | Zodiac Familiarization Programme 2019 - 20 | |
8 | Zodiac Familiarization Programme 2018 - 19 | |
9 | Zodiac's Code of Conduct for Regulation, Monitoring and Reporting of Trading by Insiders | |
10 | Zodiac Familiarization Programme 2017 - 18 | |
11 | Zodiac Familiarization Programme 2016 - 17 | |
12 | Zodiac Familiarization Programme 2015 - 16 | |
13 | Zodiac Policy for Corporate Social Responsibility. | |
14 | Zodiac Policy for Preservation of Documents and Archival Policy | |
15 | Zodiac Policy for Determining Material Subsidiaries | |
16 | Zodiac Familiarisation Programme for the Non-Executive Directors | |
17 | Zodiac- Code of Conduct for Directors & Senior Management Personnel and Functional Heads | |
18 | Zodiac Vigil Mechanism & Whistleblower Policy | |
19 | ZODIAC POLICY ON RELATED PARTY TRANSACTIONS | |
20 | Specimen letter of appointment of Independent Directors | |
21 | Zodiac UPSI Code | |
requirejs(['jquery', 'mgs_quickview'],
function ($, quickview) {
$(document).ready(function () {
$('body').on('click', '.mgs-quickview', function() {
var prodUrl = $(this).attr('data-quickview-url');
if (prodUrl.length) {
quickview.displayContent(prodUrl);
}
});
});
});