Fixed Income Secondary Market (in PHP Million)
Total Volume
(in PHP Millions)
(in PHP Millions)
{{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalVolume : '0' }}
Total Trade
{{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalTrades : '0' }}
{{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalGovernmentPercentage : '0' }}
Government Securities
{{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalCorporatePercentage : '0' }}
Corporate Securities
{{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalBSPPercentage : '0' }}
BSP Securities
SECURITY TYPE | VOLUME | TRADE COUNT |
---|---|---|
Gov't Securities | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalVolumeGovernment : '-' }} | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalTradeGovernment : '-' }} |
Corporate Securities | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalVolumeCorporate : '-' }} | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalTradeCorporate : '-' }} |
BSP Securities | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalVolumeBSP : '-' }} | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalTradeBSP : '-' }} |
Daily Total | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalDailyVolume: '-' }} | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalDailyTrade: '-' }} |
WTD Total | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalWTDVolume: '-' }} | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalWTDTrade: '-' }} |
MTD Total | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalMTDVolume: '-' }} | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalMTDTrade: '-' }} |
YTD Total | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalYTDVolume: '-' }} | {{ fixedIncomeViewModel ? fixedIncomeViewModel.TotalYTDTrade: '-' }} |