{"id":452,"date":"2026-01-02T23:46:37","date_gmt":"2026-01-02T23:46:37","guid":{"rendered":"http:\/\/hykaz.net\/law\/law-instruments\/rules-instruments-and-policies\/"},"modified":"2026-03-31T20:53:58","modified_gmt":"2026-03-31T20:53:58","slug":"rules-instruments-and-policies","status":"publish","type":"page","link":"https:\/\/hykaz.net\/fr\/law\/law-instruments\/rules-instruments-and-policies\/","title":{"rendered":"Rules, Instruments and Policies"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The Manitoba Securities Commission has the authority to enact Rules and Policies. The Rule-Making Procedure Regulation came into force on January 1, 1998. To search current legislation, see example<\/p>\n\n\n\n\n\n    <div class=\"msc-search-card\" role=\"search\" aria-label=\"Rules, Instruments, and Policies Search\">\n        <div class=\"msc-search-header\">\n            <h2 class=\"msc-header-label\" style=\"margin:0;\">Search<\/h2>\n            <button type=\"button\" class=\"btn-browse-header\" id=\"msc-master-browse\" onclick=\"mscBrowseRedirect()\" aria-label=\"Browse all Rules and Policies documents\">BROWSE ALL \u2794<\/button>\n        <\/div>\n        \n        <div class=\"msc-search-body\">\n            <div class=\"msc-type-wrapper\">\n                <label class=\"msc-date-label\" style=\"margin-top:0;\" for=\"msc-rules-type\">Select Category<\/label>\n                <select id=\"msc-rules-type\" onchange=\"updateRulesCategory()\">\n                    <option value=\"proc\" data-col=\"134\">1 \u2013 Procedures and Related Matters<\/option>\n                    <option value=\"capital-markets\" data-col=\"135\">2 \u2013 Certain Capital Market Participants<\/option>\n                    <option value=\"registration\" data-col=\"136\">3 \u2013 Registration Requirements<\/option>\n                    <option value=\"distribution\" data-col=\"137\">4 \u2013 Distribution Requirements<\/option>\n                    <option value=\"ongoing-requirements\" data-col=\"138\">5 \u2013 Issuers and Insiders<\/option>\n                    <option value=\"take-over-bids\" data-col=\"139\">6 \u2013 Take-Over Bids<\/option>\n                    <option value=\"outside-jurisdiction\" data-col=\"140\">7 \u2013 Outside Jurisdiction<\/option>\n                    <option value=\"investment-funds\" data-col=\"141\">8 \u2013 Investment Funds<\/option>\n                    <option value=\"derivatives\" data-col=\"142\">9 \u2013 Derivatives<\/option>\n                    <option value=\"182\" data-su=\"182\">National Policies<\/option>\n                    <option value=\"181\" data-su=\"181\">Local Acts, Rules and Policies<\/option>\n                    <option value=\"ucv\" data-col=\"101\">Unofficial Consolidated Versions<\/option>\n                <\/select>\n            <\/div>\n\n            <hr class=\"msc-divider\" aria-hidden=\"true\">\n\n            <div class=\"msc-browse-section\">\n                <div class=\"msc-date-label\">Browse by Alphabetical Index<\/div>\n                <div class=\"msc-alphabet-wrapper\">\n                    <div id=\"msc-rules-alphabet\" class=\"msc-letter-grid\" aria-live=\"polite\" aria-label=\"Alphabetical index browser\"><\/div>\n                <\/div>\n\n                <div class=\"msc-year-row\">\n                    <div class=\"msc-year-browse\">\n                        <label class=\"msc-date-label\" for=\"msc-rules-year\">Browse by Year<\/label>\n                        <select id=\"msc-rules-year\" onchange=\"mscRulesYearBrowse(this.value)\">\n                            <option value=\"\">Select Year...<\/option>\n                        <\/select>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <hr class=\"msc-divider\" aria-hidden=\"true\">\n\n            <fieldset style=\"border: none; padding: 0; margin: 0;\">\n                <legend class=\"msc-date-label\">Search by Keyword or Citation<\/legend>\n                \n                <div class=\"msc-form-group\" style=\"margin-bottom: 15px;\">\n                    <label for=\"msc-full-text\" class=\"sr-only\">Full text search<\/label>\n                    <input type=\"text\" id=\"msc-full-text\" placeholder=\"Full text search (e.g. 'disclosure', 'exemption')\">\n                <\/div>\n\n                <div class=\"msc-form-group\">\n                    <label for=\"msc-case-citation\" class=\"sr-only\">Document title or instrument number<\/label>\n                    <input type=\"text\" id=\"msc-case-citation\" placeholder=\"Document title or instrument number\">\n                <\/div>\n            <\/fieldset>\n\n            <fieldset style=\"border: none; padding: 0; margin: 0;\">\n                <legend class=\"msc-date-label\">Filter by Date Range<\/legend>\n                <div class=\"msc-date-row\">\n                    <div class=\"msc-date-input\">\n                        <label for=\"msc-date-from\" class=\"sr-only\">Date From<\/label>\n                        <input type=\"date\" id=\"msc-date-from\">\n                    <\/div>\n                    <div class=\"msc-date-separator\" aria-hidden=\"true\">to<\/div>\n                    <div class=\"msc-date-input\">\n                        <label for=\"msc-date-to\" class=\"sr-only\">Date To<\/label>\n                        <input type=\"date\" id=\"msc-date-to\">\n                    <\/div>\n                <\/div>\n            <\/fieldset>\n\n            <div class=\"msc-action-row\">\n                <button type=\"button\" class=\"btn-reset\" onclick=\"resetMscForm()\" aria-label=\"Reset form fields\">RESET \u2716<\/button>\n                <button type=\"button\" class=\"btn-search\" onclick=\"mscSearchRedirect()\" aria-label=\"Submit search\">SEARCH \ud83d\udd0d<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    \/**\n     * Security Enhancement: Strict Input Sanitization\n     *\/\n    function secureSanitize(str) {\n        if(!str) return '';\n        return String(str).replace(\/[^a-zA-Z0-9\\s\\-\\.\\_]\/g, '').trim();\n    }\n\n    function mscSearchRedirect() {\n        const baseUrl = \"https:\/\/docs.mbsecurities.ca\/msc\/en\/d\/s\/index.do\";\n        const select = document.getElementById('msc-rules-type');\n        const selectedOption = select.options[select.selectedIndex];\n        \n        const collection = selectedOption.getAttribute('data-col');\n        const subjectId = selectedOption.getAttribute('data-su');\n\n        const fullText = secureSanitize(document.getElementById('msc-full-text') ? document.getElementById('msc-full-text').value : '');\n        const reference = secureSanitize(document.getElementById('msc-case-citation') ? document.getElementById('msc-case-citation').value : '');\n        const dateFrom = document.getElementById('msc-date-from') ? document.getElementById('msc-date-from').value : '';\n        const dateTo = document.getElementById('msc-date-to') ? document.getElementById('msc-date-to').value : '';\n\n        let searchUrl = baseUrl + \"?chkShowAdvanced=on\";\n        \n        if (fullText) searchUrl += \"&cont=\" + encodeURIComponent(fullText);\n        if (reference) searchUrl += \"&ref=\" + encodeURIComponent(reference);\n        if (dateFrom) searchUrl += \"&d1=\" + dateFrom; \n        if (dateTo) searchUrl += \"&d2=\" + dateTo;     \n        \n        if (collection) {\n            searchUrl += \"&col=\" + collection; \n        } else if (subjectId) {\n            searchUrl += \"&su=\" + subjectId;   \n        }\n\n        searchUrl += \"&or=&iframe=false\";\n        window.location.href = searchUrl;\n    }\n\n    function updateRulesCategory() {\n        const select = document.getElementById('msc-rules-type');\n        if (!select) return;\n        \n        const slug = select.value;\n        const grid = document.getElementById('msc-rules-alphabet');\n        if(!grid) return;\n        \n        grid.innerHTML = '';\n        const suffix = (slug === \"ucv\") ? \"nav_date.do\" : \"nav_alpha.do\";\n\n        \"ABCDEFGHIJKLMNOPQRSTUVWXYZ\".split(\"\").forEach(letter => {\n            const btn = document.createElement('a');\n            btn.href = `https:\/\/docs.mbsecurities.ca\/msc\/${slug}\/en\/${letter}\/${suffix}`;\n            btn.className = 'msc-letter-item';\n            btn.textContent = letter;\n            btn.setAttribute('aria-label', `Browse letter ${letter}`);\n            grid.appendChild(btn);\n        });\n\n        const numBtn = document.createElement('a');\n        numBtn.href = `https:\/\/docs.mbsecurities.ca\/msc\/${slug}\/en\/0-9\/${suffix}`;\n        numBtn.className = 'msc-letter-item msc-num-item';\n        numBtn.textContent = \"0-9\";\n        numBtn.setAttribute('aria-label', 'Browse numbers 0 through 9');\n        grid.appendChild(numBtn);\n    }\n\n    function mscRulesYearBrowse(year) {\n        if(!year) return;\n        const select = document.getElementById('msc-rules-type');\n        if (!select) return;\n        \n        const slug = select.value;\n        window.location.href = `https:\/\/docs.mbsecurities.ca\/msc\/${slug}\/en\/${year}\/nav_date.do`;\n    }\n\n    function mscBrowseRedirect() {\n        const select = document.getElementById('msc-rules-type');\n        if (!select) return;\n        \n        const slug = select.value;\n        window.location.href = `https:\/\/docs.mbsecurities.ca\/msc\/${slug}\/en\/nav_date.do`;\n    }\n\n    function resetMscForm() {\n        document.querySelectorAll('.msc-search-body input').forEach(i => i.value = '');\n        const yearSelect = document.getElementById('msc-rules-year');\n        if (yearSelect) yearSelect.value = '';\n    }\n\n    document.addEventListener('DOMContentLoaded', () => {\n        const yearSelect = document.getElementById('msc-rules-year');\n        if(yearSelect) {\n            const currentYear = new Date().getFullYear();\n            for (let y = currentYear; y >= 1982; y--) {\n                const opt = document.createElement('option');\n                opt.value = y;\n                opt.textContent = y;\n                yearSelect.appendChild(opt);\n            }\n        }\n        updateRulesCategory();\n    });\n    <\/script>\n\n    \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Manitoba Securities Commission has the authority to enact Rules and Policies. The Rule-Making Procedure Regulation came into force on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":396,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"template-child-switcher.php","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-452","page","type-page","status-publish","hentry"],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Manitoba Financial Services Agency","author_link":"https:\/\/hykaz.net\/fr\/author\/manitoba-financial-services-agency\/"},"uagb_comment_info":0,"uagb_excerpt":"The Manitoba Securities Commission has the authority to enact Rules and Policies. The Rule-Making Procedure Regulation came into force on [&hellip;]","_links":{"self":[{"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/pages\/452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/comments?post=452"}],"version-history":[{"count":38,"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/pages\/452\/revisions"}],"predecessor-version":[{"id":5507,"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/pages\/452\/revisions\/5507"}],"up":[{"embeddable":true,"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/pages\/396"}],"wp:attachment":[{"href":"https:\/\/hykaz.net\/fr\/wp-json\/wp\/v2\/media?parent=452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}