Pakistan’s IMF Program May Come With Rupee Depreciation |
Uzairmaqbool / pixabay
Pakistan is prepared to formally submit its application for assistance from the on Friday. Pakistan’s IMF program is expected to bring with it a lot of consequences for the nation’s citizens in the form of tax increases to boost the government’s budget.
What to expect from Pakistan’s IMF program
In a note this week, analysts Farhan Rizvi and Fahd Niaz predicted that Pakistan’s IMF program would include a three-year Extended Fund Facility in the range of US$6 billion to $8 billion. News outlets now put that number in the range of US$7 billion to $8 billion. More final details on Pakistan’s request are expected to be released on Friday.
The CS team added that the was targeting PRs5,400 billion in tax collections for fiscal 2020, representing a 38% increase from the PRs3,900 billion estimated for fiscal 2019. The IMF also wants to set a plan to introduce a Value-Added Tax to replace the Goods and Services Tax.
Like in previous bailouts, Pakistan’s IMF program this time around is expected to include quarterly targets aimed at slashing government borrowings from the central bank. The goal will be to build up foreign currency reserves via purchases in the open market. According to Credit Suisse, Pakistan’s reserves currently sit around US$8.8 billion, which is approximately two months of import cover.
Fixing the budget
Pakistan’s IMF program is also expected to bring a 20% to 25% increase in electricity tariffs for the nation’s citizens. The team expects a road map for circular debt curtailment and notes that the IMF wants Pakistan’s utility regulatory body, NEPRA, to be fully independent.
They also note that the Pakistani government’s future budget is expected to be focused on generating revenue. Officials want to have the federal budget for fiscal 2020 ready on May 24. They’re expected withdraw about PRs350 billion in exemptions, amounting to 0.9% of GDP. They also expect the government to implement a tax amnesty scheme which will expire before the IMF program begins, but they expect limited success from this due to “the lackluster response to previous schemes.”
Currency depreciation expected
Under the new State Bank of Pakistan governor, Rizvi and Niaz expect more proactiveness and predict a policy rate hike of 50 basis points this month, which would bring the rate to 11.25%. They note that the recent treasury bill auction showed cutoff yields at 11.24%, which is a leading indicator of sentiment on the nation’s money market.
They also expect an adjustment to the Pakistani rupee’s valuation, noting that the last real effective exchange rate reading indicates a 4% overvaluation. Additionally, they said the recent strength of the U.S. dollar versus a basket of currencies may offer grounds for the Pakistani central bank to complete another round of currency depreciation of about 4% to 5%. The IMF has said again that it wants a flexible regime for the exchange rate, they noted.
Market valuations of Pakistani have de-rated already to about 6.1 times forward P/E, but once Pakistan’s IMF program begins, the CS team believes additional downside should be limited.
Today marks the official release of , the fifteenth generation of bitcoin’s original software client launched by Satoshi Nakamoto almost nine years ago. Overseen by lead maintainer Wladimir van der Laan, this latest major release was developed by nearly 100 contributors over a six-month period, with major contributions through, and.
bitcoin Core 0.15.0 offers significant performance and usability improvements over previous versions of the software implementation. It also introduces several new features to better deal with the current status of the network.
These are some of the more notable changes.
Chainstate Database Restructure
One of the biggest changes compared to previous versions of the software involves how the state of bitcoin’s blockchain is stored. This “chainstate” or “UTXO-set” is saved in a dedicated database, whereas previously it had been categorized per transaction. If one transaction sent bitcoins to several outputs (“addresses”), these different outputs were stored as a single database entry, referring to that one transaction.
With bitcoin Core 0.15.0, these outputs are instead stored in a single database entry each. If a single transaction sends bitcoins to different outputs, every output is stored separately. While this method does claim more disc space, it requires less computational resources if one of these outputs is spent later on.
The most concrete benefit of this new data structure is that initial sync-time for new nodes is decreased by about 40 percent. It also introduces simpler code, reduces memory usage and more. Additionally, it fixes a bug that could theoretically crash bitcoin Core nodes, controversially revealed at last weekend’s Breaking bitcoin conference in Paris.
Improved Fee Estimation
As bitcoin blocks have been filling up over the last year or two, not all transactions fit in the first block that is mined. Instead, miners typically prioritize the transactions that include the most fees. If a user wants to have his transaction confirmed quickly, he should include a high enough fee. If he’s not in a rush, a lower fee should suffice.
However, the bitcoin network deals with inherent unpredictability in terms of the speed at which blocks are found or the number of transactions that is being transmitted at any time. This makes it hard to include the right transaction fee.
bitcoin Core 0.15.0 lowers this fee uncertainty: The newest version of the software includes significantly better fee estimation algorithms. This is mostly because the software takes more data into account when making the estimations, such as the fees included in older confirmed transactions, as well as fees in unconfirmed transactions — the fees that proved insufficient.
Additionally, users can enjoy more flexibility. For one, bitcoin Core 0.15.0 for the first time allows users to include fees that could take their transactions up to a week to confirm. And, also newly introduced, users can choose to accept more or less risk that their transaction could be delayed due to a sudden influx of transactions.
Replace-by-fee in User Interface
Even with improved fee estimation, it is possible that users will still need to wait longer than they want for their transactions to confirm, perhaps because there is a sudden rush of transactions on the network, or maybe because a user changed his mind and prefers to have a transaction confirm faster than originally paid for, or for other reasons.
For these cases, some wallets let users add a “replace-by-fee” tag to their transactions. With such a tag, nodes and miners on the network know that the sender may want to replace that transaction with a newer transaction that includes a higher fee. This effectively allows users to bump the transaction in line to have it confirmed faster.
bitcoin Core nodes have supported replace-by-fee for well over a year now: They already replace “replace-by-fee” tagged transactions if the new transaction includes more fees. But it was never easy to utilize for bitcoin Core wallet users themselves.
Until now.
The bitcoin Core 0.15.0 wallet introduces a replace-by-fee toggle in its user interface. This lets users include the appropriate tag, allowing them to easily increase the fees on their transactions later on.
Multi-wallet Support (Client and RPC Only)
bitcoin Core 0.15.0 lets users create several wallets for the first time. These wallets all have their own separate bitcoin addresses, private keys and, therefore, funds. Users can utilize the different wallets for different purposes; for example, one wallet can be used for personal day-to-day purchases, another for business-related transactions, and a third just for trading.
Using several wallets can offer a number of benefits. For instance, it makes accounting easier and more convenient. Additionally, users can more easily benefit from increased privacy as the different wallets cannot be linked to each other by blockchain analysis. It’s also possible to use different wallets for specific applications and more.
For now, multi-wallet support is not yet available for regular wallet users; only advanced users who operate from the command line or through connected applications can utilize the feature.
Other Improvements
Apart from the above mentioned notable changes, bitcoin Core 0.15.0 includes a number of additional performance improvements, as most new major bitcoin Core releases do. Concretely, these changes speed up how quickly blocks are downloaded from the network, they let nodes start up faster, and up-to-date nodes will be able to validate new blocks more quickly, in turn benefiting network-propagation time.
Finally, it’s worth mentioning that bitcoin Core 0.15.0 will disconnect from BTC1 peers on the network. This means that the bitcoin network will experience less disruption if the SegWit2x hard fork splits the network, as both types of nodes will more easily find compatible peers. While this change has gotten some media attention, this change shouldn’t really be noticeable.
Thanks to Chaincode Labs developer John Newbery for feedback and suggestions. For more details on what’s new in bitcoin Core 0.15.0, see the , or watch bitcoin Core contributor Gregory Maxwell’s “deep dive” at the San Francisco bitcoin developers meetup.
When’s Spring? bitcoin Ticks Past $4,000 As Crypto Volumes Surge The tides have seemingly begun to turn in the favor of bitcoin (BTC). Volumes have surged across the board, all while the flagship cryptocurrency has […]
Re: [2800+ BTC RAISED] TaaS: Token-as-a-Service | Closed-End fund [JOIN ICO] I demand that these concerns be answered !!! And Jamal, stop referring to people as “Dear” Nobody says “Dear” anymore. Even if it is […]