|
| 1 | +export const subnavData = [ |
| 2 | + { label: 'Monetary Policy Radar', url: '/central-banks/monetary-policy-radar', selected: false }, |
| 3 | + { |
| 4 | + label: 'Federal Reserve', |
| 5 | + url: null, |
| 6 | + selected: false, |
| 7 | + subnavDropdownOptions: [ |
| 8 | + { label: 'Coverage', url: '/banks/federal-reserve/coverage', trackable: 'FED_DROPDOWN_COVERAGE' }, |
| 9 | + { |
| 10 | + label: 'Policy Rate Scenarios', |
| 11 | + url: '/banks/federal-reserve/policy-rate-scenarios', |
| 12 | + trackable: 'FED_DROPDOWN_POLICY_RATE_SCENARIOS' |
| 13 | + }, |
| 14 | + { |
| 15 | + label: 'Doves and Hawks', |
| 16 | + url: '/banks/federal-reserve/doves-and-hawks', |
| 17 | + trackable: 'FED_DROPDOWN_DOVES_AND_HAWKS' |
| 18 | + }, |
| 19 | + { |
| 20 | + label: 'Central bankers views', |
| 21 | + url: '/banks/federal-reserve/views', |
| 22 | + trackable: 'FED_DROPDOWN_CENTRAL_BANKERS_VIEWS' |
| 23 | + }, |
| 24 | + { |
| 25 | + label: 'Profile of central bankers', |
| 26 | + url: '/banks/federal-reserve/profiles', |
| 27 | + trackable: 'FED_DROPDOWN_PROFILES' |
| 28 | + }, |
| 29 | + { |
| 30 | + label: "Analysts' views", |
| 31 | + url: '/banks/federal-reserve/analysts-views/all-estimates', |
| 32 | + trackable: 'FED_DROPDOWN_ANALYSTS_VIEWS' |
| 33 | + }, |
| 34 | + { label: 'Data', url: '/banks/federal-reserve/data', trackable: 'FED_DROPDOWN_DATA' }, |
| 35 | + { label: 'Calendar', url: '/banks/federal-reserve/calendar', trackable: 'FED_DROPDOWN_CALENDAR' } |
| 36 | + ], |
| 37 | + isSubnavDropdownEnabled: true |
| 38 | + }, |
| 39 | + { |
| 40 | + label: 'European Central Bank', |
| 41 | + url: null, |
| 42 | + selected: false, |
| 43 | + subnavDropdownOptions: [ |
| 44 | + { label: 'Coverage', url: '/banks/european-central-bank/coverage', trackable: 'ECB_DROPDOWN_COVERAGE' }, |
| 45 | + { |
| 46 | + label: 'Policy Rate Scenarios', |
| 47 | + url: '/banks/european-central-bank/policy-rate-scenarios', |
| 48 | + trackable: 'ECB_DROPDOWN_POLICY_RATE_SCENARIOS' |
| 49 | + }, |
| 50 | + { |
| 51 | + label: 'Doves and Hawks', |
| 52 | + url: '/banks/european-central-bank/doves-and-hawks', |
| 53 | + trackable: 'ECB_DROPDOWN_DOVES_AND_HAWKS' |
| 54 | + }, |
| 55 | + { |
| 56 | + label: 'Central bankers views', |
| 57 | + url: '/banks/european-central-bank/views', |
| 58 | + trackable: 'ECB_DROPDOWN_CENTRAL_BANKERS_VIEWS' |
| 59 | + }, |
| 60 | + { |
| 61 | + label: 'Profile of central bankers', |
| 62 | + url: '/banks/european-central-bank/profiles', |
| 63 | + trackable: 'ECB_DROPDOWN_PROFILES' |
| 64 | + }, |
| 65 | + { |
| 66 | + label: "Analysts' views", |
| 67 | + url: '/banks/european-central-bank/analysts-views/all-estimates', |
| 68 | + trackable: 'ECB_DROPDOWN_ANALYSTS_VIEWS' |
| 69 | + }, |
| 70 | + { label: 'Data', url: '/banks/european-central-bank/data', trackable: 'ECB_DROPDOWN_DATA' }, |
| 71 | + { label: 'Calendar', url: '/banks/european-central-bank/calendar', trackable: 'ECB_DROPDOWN_CALENDAR' } |
| 72 | + ], |
| 73 | + isSubnavDropdownEnabled: true |
| 74 | + }, |
| 75 | + { |
| 76 | + label: 'Bank of England', |
| 77 | + url: null, |
| 78 | + selected: false, |
| 79 | + subnavDropdownOptions: [ |
| 80 | + { label: 'Coverage', url: '/banks/bank-of-england/coverage', trackable: 'BOE_DROPDOWN_COVERAGE' }, |
| 81 | + { |
| 82 | + label: 'Policy Rate Scenarios', |
| 83 | + url: '/banks/bank-of-england/policy-rate-scenarios', |
| 84 | + trackable: 'BOE_DROPDOWN_POLICY_RATE_SCENARIOS' |
| 85 | + }, |
| 86 | + { |
| 87 | + label: 'Doves and Hawks', |
| 88 | + url: '/banks/bank-of-england/doves-and-hawks', |
| 89 | + trackable: 'BOE_DROPDOWN_DOVES_AND_HAWKS' |
| 90 | + }, |
| 91 | + { |
| 92 | + label: 'Central bankers views', |
| 93 | + url: '/banks/bank-of-england/views', |
| 94 | + trackable: 'BOE_DROPDOWN_CENTRAL_BANKERS_VIEWS' |
| 95 | + }, |
| 96 | + { |
| 97 | + label: 'Profile of central bankers', |
| 98 | + url: '/banks/bank-of-england/profiles', |
| 99 | + trackable: 'BOE_DROPDOWN_PROFILES' |
| 100 | + }, |
| 101 | + { |
| 102 | + label: "Analysts' views", |
| 103 | + url: '/banks/bank-of-england/analysts-views/all-estimates', |
| 104 | + trackable: 'BOE_DROPDOWN_ANALYSTS_VIEWS' |
| 105 | + }, |
| 106 | + { label: 'Data', url: '/banks/bank-of-england/data', trackable: 'BOE_DROPDOWN_DATA' }, |
| 107 | + { label: 'Calendar', url: '/banks/bank-of-england/calendar', trackable: 'BOE_DROPDOWN_CALENDAR' } |
| 108 | + ], |
| 109 | + isSubnavDropdownEnabled: true |
| 110 | + }, |
| 111 | + { |
| 112 | + label: 'Bank of Japan', |
| 113 | + url: null, |
| 114 | + selected: false, |
| 115 | + subnavDropdownOptions: [ |
| 116 | + { label: 'Coverage', url: '/banks/bank-of-japan/coverage', trackable: 'BOJ_DROPDOWN_COVERAGE' }, |
| 117 | + { |
| 118 | + label: 'Policy Rate Scenarios', |
| 119 | + url: '/banks/bank-of-japan/policy-rate-scenarios', |
| 120 | + trackable: 'BOJ_DROPDOWN_POLICY_RATE_SCENARIOS' |
| 121 | + }, |
| 122 | + { |
| 123 | + label: 'Doves and Hawks', |
| 124 | + url: '/banks/bank-of-japan/doves-and-hawks', |
| 125 | + trackable: 'BOJ_DROPDOWN_DOVES_AND_HAWKS' |
| 126 | + }, |
| 127 | + { |
| 128 | + label: 'Central bankers views', |
| 129 | + url: '/banks/bank-of-japan/views', |
| 130 | + trackable: 'BOJ_DROPDOWN_CENTRAL_BANKERS_VIEWS' |
| 131 | + }, |
| 132 | + { |
| 133 | + label: 'Profile of central bankers', |
| 134 | + url: '/banks/bank-of-japan/profiles', |
| 135 | + trackable: 'BOJ_DROPDOWN_PROFILES' |
| 136 | + }, |
| 137 | + { |
| 138 | + label: "Analysts' views", |
| 139 | + url: '/banks/bank-of-japan/analysts-views/all-estimates', |
| 140 | + trackable: 'BOJ_DROPDOWN_ANALYSTS_VIEWS' |
| 141 | + }, |
| 142 | + { label: 'Data', url: '/banks/bank-of-japan/data', trackable: 'BOJ_DROPDOWN_DATA' }, |
| 143 | + { label: 'Calendar', url: '/banks/bank-of-japan/calendar', trackable: 'BOJ_DROPDOWN_CALENDAR' } |
| 144 | + ], |
| 145 | + isSubnavDropdownEnabled: true |
| 146 | + }, |
| 147 | + { label: 'Global Coverage', url: '/banks/global/coverage', selected: false } |
| 148 | +] |
0 commit comments