ORIX
Links  |  Site Map  |  Contact Us  | 
Home
Company
Money Market Brokerage
The Money Market Brokerage Division commenced its operations in December of 2001 and its core functions are as follows:

Money Market Operations:
The money market desk provides its expertise in advising the clients to place their surplus funds or to borrow money from the banking system.

Money market consists of the Fixed Income Securities (FIS) issued either by the Government or the corporate sector (TFCs), and their derivatives, along with the deposit and placement of funds in the inter-bank and retail sector. Treasury Bills and the coupon-bearing Pakistan Investment Bonds, issued by the government, form the backbone of the FIS market. Trading in these instruments, along with repos and reverse-repos, call and clean placement of funds to commercial banks and NBFI's, account for a major chunk of all money market activities in the local inter-bank market. The government issued securities are reserve eligible for commercial and investment banks and are issued by the State Bank through an auction process to the Primary Dealers, who in turn trade it in the secondary market.

FX Operations:
The foreign exchange desk advises and intermediates transactions with their clients. These transactions include:
  • SWAP Transaction
  • Forward Outright Transaction
  • Ready Transaction
  • Spot Transaction
Money Market Brokerage
<% Set MyConn = Server.CreateObject("ADODB.Connection") MdbFilePath = Server.MapPath("\MMB.Mdb") ConnectStr = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";" MyConn.Open ConnectStr SQL_Query1 = "SELECT DISTINCT ToDate FROM Repo_Rates ORDER BY ToDate DESC;" Set RS1 = MyConn.Execute(SQL_Query1) SelectedDate = RS1("ToDate") M = Month(SelectedDate) D = Day(SelectedDate) Y = Year(SelectedDate) SelectedDate = MonthName(M, false) & " " & D & ", " & Y Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write("") TempStr = "" SQL_Query1 = "SELECT * FROM Repo_Rates WHERE ToDate=#" & SelectedDate & "#;" Set RS1 = MyConn.Execute(SQL_Query1) i = 0 while not RS1.EOF ToDate = RS1("ToDate") Tenor = RS1("Tenor") Bid_Low = RS1("Bid_Low") Bid_High = RS1("Bid_High") Offer_Low = RS1("Offer_Low") Offer_High = RS1("Offer_High") if (i mod 2 = 0) then BgColor = "#FFFFFF" else BgColor = "#F2F2F2" end if if isNull(Bid_Low) then Bid_Low = "" else Bid_Low = FormatNumber(Bid_Low, 2, true, true, true) end if if isNull(Bid_High) then Bid_High = "" else Bid_High = FormatNumber(Bid_High, 2, true, true, true) end if if isNull(Offer_Low) then Offer_Low = "" else Offer_Low = FormatNumber(Offer_Low, 2, true, true, true) end if if isNull(Offer_High) then Offer_High = "" else Offer_High = FormatNumber(Offer_High, 2, true, true, true) end if TempStr = TempStr & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" i = i + 1 RS1.MoveNext wend Response.Write TempStr %>
") Response.Write("REPO Daily Rates As On " & SelectedDate & "") Response.Write("
TenorBid Low (%)Bid High (%)Offer Low (%)Offer High (%)
" & Tenor & _ "" & Bid_Low & _ "" & Bid_High & _ "" & Offer_Low & _ "" & Offer_High & _ "
Money Market Brokerage
<% Set MyConn = Server.CreateObject("ADODB.Connection") MdbFilePath = Server.MapPath("\MMB.Mdb") ConnectStr = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";" MyConn.Open ConnectStr SQL_Query1 = "SELECT DISTINCT ToDate FROM KIBOR_Rates ORDER BY ToDate DESC;" Set RS1 = MyConn.Execute(SQL_Query1) SelectedDate = RS1("ToDate") M = Month(SelectedDate) D = Day(SelectedDate) Y = Year(SelectedDate) SelectedDate = MonthName(M, false) & " " & D & ", " & Y Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write("") TempStr = "" SQL_Query1 = "SELECT * FROM Kibor_Rates WHERE ToDate=#" & SelectedDate & "#;" Set RS1 = MyConn.Execute(SQL_Query1) i = 0 while not RS1.EOF ToDate = RS1("ToDate") Tenor = RS1("Tenor") Bid = RS1("Bid") Offer = RS1("Offer") if (i mod 2 = 0) then BgColor = "#FFFFFF" else BgColor = "#F2F2F2" end if if isNull(Bid) then Bid = "" else Bid = FormatNumber(Bid, 2, true, true, true) end if if isNull(Offer) then Offer = "" else Offer = FormatNumber(Offer, 2, true, true, true) end if TempStr = TempStr & _ "" & _ "" & _ "" & _ "" & _ "" i = i + 1 RS1.MoveNext wend Response.Write TempStr %>
") Response.Write("KIBOR Daily Rates As On " & SelectedDate & "") Response.Write("
TenorBid (%)Offer (%)
" & Tenor & _ "" & Bid & _ "" & Offer & _ "
Money Market Brokerage
<% Set MyConn = Server.CreateObject("ADODB.Connection") MdbFilePath = Server.MapPath("\MMB.Mdb") ConnectStr = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";" MyConn.Open ConnectStr SQL_Query1 = "SELECT DISTINCT ToDate FROM PKRV_Rates ORDER BY ToDate DESC;" Set RS1 = MyConn.Execute(SQL_Query1) SelectedDate = RS1("ToDate") M = Month(SelectedDate) D = Day(SelectedDate) Y = Year(SelectedDate) SelectedDate = MonthName(M, false) & " " & D & ", " & Y Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.Write(" ") Response.Write(" ") Response.Write("") TempStr = "" SQL_Query1 = "SELECT * FROM PKRV_Rates WHERE ToDate=#" & SelectedDate & "#;" Set RS1 = MyConn.Execute(SQL_Query1) i = 0 while not RS1.EOF ToDate = RS1("ToDate") Tenor = RS1("Tenor") Average_Rate = RS1("Average_Rate") if (i mod 2 = 0) then BgColor = "#FFFFFF" else BgColor = "#F2F2F2" end if if isNull(Average_Rate) then Average_Rate = "" else Average_Rate = FormatNumber(Average_Rate, 2, true, true, true) end if TempStr = TempStr & _ "" & _ "" & _ "" & _ "" i = i + 1 RS1.MoveNext wend Response.Write TempStr %>
") Response.Write("PKRV Daily Rates As On " & SelectedDate & "") Response.Write("
TenorBid (%)
" & Tenor & _ "" & Average_Rate & _ "
Money Market Brokerage
<% Set MyConn = Server.CreateObject("ADODB.Connection") MdbFilePath = Server.MapPath("\MMB.Mdb") ConnectStr = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";" MyConn.Open ConnectStr SQL_Query1 = "SELECT DISTINCT ToDate FROM Forex_Rates ORDER BY ToDate DESC;" Set RS1 = MyConn.Execute(SQL_Query1) SelectedDate = RS1("ToDate") M = Month(SelectedDate) D = Day(SelectedDate) Y = Year(SelectedDate) SelectedDate = MonthName(M, false) & " " & D & ", " & Y Response.Write("") Response.Write("") Response.Write("") Response.Write("") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write(" ") Response.Write("") TempStr = "" SQL_Query1 = "SELECT * FROM Forex_Rates WHERE ToDate=#" & SelectedDate & "#;" Set RS1 = MyConn.Execute(SQL_Query1) i = 0 while not RS1.EOF ToDate = RS1("ToDate") Tenor = RS1("Tenor") Bid = RS1("Bid") Offer = RS1("Offer") SWAP_Points = RS1("SWAP_Points") SWAP_Premium_1 = RS1("SWAP_Premium_1") SWAP_Premium_2 = RS1("SWAP_Premium_2") if (i mod 2 = 0) then BgColor = "#FFFFFF" else BgColor = "#F2F2F2" end if if isNull(Bid) then Bid = "" else Bid = FormatNumber(Bid, 4, true, true, true) end if if isNull(Offer) then Offer = "" else Offer = FormatNumber(Offer, 4, true, true, true) end if if isNull(SWAP_Points) then SWAP_Points = "" else SWAP_Points = FormatNumber(SWAP_Points, 4, true, true, true) end if if isNull(SWAP_Premium_1) then SWAP_Premium_1 = "" else SWAP_Premium_1 = FormatNumber(SWAP_Premium_1, 4, true, true, true) end if if isNull(SWAP_Premium_2) then SWAP_Premium_2 = "" else SWAP_Premium_2 = FormatNumber(SWAP_Premium_2, 4, true, true, true) end if TempStr = TempStr & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" i = i + 1 RS1.MoveNext wend Response.Write TempStr %>
") Response.Write("FOREX Daily Rates As On " & SelectedDate & "") Response.Write("
TenorBidOfferSwap PointsSWAP Premium 1SWAP Premium 2
" & Tenor & _ "" & Bid & _ "" & Offer & _ "" & SWAP_Points & _ "" & SWAP_Premium_1 & _ "" & SWAP_Premium_2 & _ "
Money Market Brokerage
Rates Archive
Please select the date for which you wish to view the rates for:   Please note that the date format is Month / Day / Year.
Please select the date to add/edit entries for: " ID="Text1"> Change Date
 |  Site Policy  |  Copyright(C) 2005 ORIX Investment Bank Pakistan Limited. All rights reserved.