INSERT INTO exchange_holidays (tradeDate, exchangeCode, calendarName, holidayName, settlement, trading, holidayType, quoteCountry, countryName, region) VALUES ('2025-12-30', 'MnS', 'Philippine Stock Exchange trading holidays', 'Rizal Day', 'No', 'No', 'Exchange', 'PH', 'Philippines', 'Asia'); INSERT INTO exchange_holidays (tradeDate, exchangeCode, calendarName, holidayName, settlement, trading, holidayType, quoteCountry, countryName, region) VALUES ('2025-12-31', 'JaS', 'Bursa Efek Indonesia trading holidays', 'Exchange Holiday', 'No', 'No', 'Exchange', 'ID', 'Indonesia', 'Asia'); INSERT INTO exchange_holidays (tradeDate, exchangeCode, calendarName, holidayName, settlement, trading, holidayType, quoteCountry, countryName, region) VALUES ('2025-12-31', 'TkS', 'Tokyo Stock Exchange trading holidays', 'Exchange Holiday', 'No', 'No', 'Exchange', 'JP', 'Japan', 'Asia'); INSERT INTO exchange_holidays (tradeDate, exchangeCode, calendarName, holidayName, settlement, trading, holidayType, quoteCountry, countryName, region) VALUES ('2025-12-31', 'SeS', 'Korea Exchange (stock market) trading holidays', 'Floor Service Day', 'No', 'No', 'Exchange', 'KR', 'South Korea', 'Asia'); INSERT INTO exchange_holidays (tradeDate, exchangeCode, calendarName, holidayName, settlement, trading, holidayType, quoteCountry, countryName, region) VALUES ('2025-12-31', 'MnS', 'Philippine Stock Exchange trading holidays', 'Last Day of the Year', 'No', 'No', 'Exchange', 'PH', 'Philippines', 'Asia'); INSERT INTO exchange_holidays (tradeDate, exchangeCode, calendarName, holidayName, settlement, trading, holidayType, quoteCountry, countryName, region) VALUES ('2025-12-31', 'BkS', 'Stock Exchange of Thailand trading holidays', 'New Year''s Eve', 'No', 'No', 'Exchange', 'TH', 'Thailand', 'Asia');