Chike-Obi: Nigeria’s Economy Will Not Reach $1 Trillion By 2030

var playing = false;
var lastPopup = 0;

function getCookie(cookieName) {
let cookie = {};
document.cookie.split(‘;’).forEach(function (el) {
let [key, value] = el.split(‘=’);
cookie[key.trim()] = value;
})
return cookie[cookieName];
}

function showPopup(time) {
let videoElement = document.querySelector(‘.veri-video-player’).querySelector(‘video’);
let videoId = videoElement.getAttribute(‘data-video-id’);
let updateUrl = videoElement.getAttribute(‘data-api-url’);
console.log(‘Sending request with time: ‘ + time + ‘ video id: ‘ + videoId)
let watchTimeUrl = updateUrl + ‘/videos/update_watchtime’;
fetch(watchTimeUrl, {
method: ‘POST’,
cache: “no-cache”,
mode: “cors”,
headers: {
“Content-Type”: “application/json”,
},
body: JSON.stringify({
video_id: videoId
})
}).then(function (res) {
return res.json()
})
}

function checkPopup(time) {
// Number 5 is the interval for every update, Please don’t change it
// In case you have to change it please update it on the API as well to get accurate data.
if (playing && time – lastPopup >= 5) {
showPopup(time);
lastPopup = time;
}
}

videos = document.getElementsByClassName(‘veri-video-player’);
lastIndex = videos.length;
video = videos[lastIndex – 1];
license = video.getAttribute(‘data-license’);
src = video.getAttribute(‘data-url’);
player = videojs(video)

player.on(‘play’, function () {
playing = true;
});
player.on(‘pause’, function () {
playing = false;
});

player.on(‘ended’, function () {
lastPopup = 0;
});

video.onloadedmetadata = function () {
console.log(this.duration);//this refers to myVideo

};

player.on(‘timeupdate’, function () {
// Get the current time and duration of the video
var currentTime = player.currentTime();
var duration = player.duration();
// checkPopup(currentTime);

// console.log(currentTime)
// console.log(duration);

});

player.eme();

player.src({
src: src,
type: license ? ‘application/dash+xml’ : ”,
keySystems: {
‘com.widevine.alpha’: {
url: “https://0ffcee92.drm-widevine-licensing.axprod.net/AcquireLicense”,
licenseHeaders: {
“x-axdrm-message”: license
}
}
}
});
var playPromise = player.play();

The chairman of the Bank Directors Association of Nigeria, Mustapha Chike-Obi has said that Nigeria’s economy will not reach $1 Trillion By 2030.

Obi said this in an interview with ARISE NEWS on Wednesday, adding that a 10-year target is more feasible as it would only require a 7% GDP growth.

He said, “The $1tn economy is a good target but unachievable within seven years for us to aim at. We will not get there. I can say that with a hundred percent confidence. 

“It requires a GDP growth rate of over 15% a year, which we have never accomplished and no nation has accomplished a 15% GDP growth in a seven-year period. China is the closest to that but didn’t get there.

“If I am advising the government, I would say, let us do it in 10 years which requires a 7% growth. 7% for 10 years will double your GDP. So, that’s more achievable and more sustainable. Trying to go for 15% GDP will require things that are not sustainable. It is a good plan and I applaud them for the slogan, but they should not make plans based on the slogan but on a more realistic step.”

Speaking on the exchange rate, the BDAN Chairman said the stability of the exchange rate should have more focus than the amount.

“The exchange rate is the result of economic policies and not an economic policy. So, the focus on the exchange rate must be underpinned by what you want your economy to do. We want the economy to grow, we want employment and we want more productivity. All of us will agree on that. So, what exchange rate regime will support those three goals, is what we should be looking at. Not starting from the exchange rate. I prefer stability in the exchange rate rather than the absolute amount.

“If the CBN tells us tomorrow that we are going to be between 1000 and 1500 in the next five years, I think that the economy will accept that, adjust to that and people can plan. But it is the volatility of the exchange rate that is creating the problem. We should have a very stable and sustainable exchange rate and we will adjust to it. You will be surprised at how much investment will come in if the exchange rate is stable”.

Chioma Kalu

The post Chike-Obi: Nigeria’s Economy Will Not Reach $1 Trillion By 2030 appeared first on Arise News.