Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

Sr. Business Analyst
  • enfycon
90 Days Ago
NA
NA
Houston-TX
7-10 Years
Required Skills: ETRM Systems, OpenLink Endur, CPA, CMA, UAT,
Job Description
We are seeking a highly skilled Senior
Business Analyst with extensive experience in Accounting, Energy Trading and
Risk Management (ETRM) systems, and hands-on expertise in OpenLink Endur. The
ideal candidate will play a critical role in bridging the gap between business
requirements and technical solutions, ensuring seamless implementation,
optimization, and integration of accounting processes within the ETRM
landscape.
 
Key Responsibilities
Requirements Gathering & Analysis:
Collaborate with stakeholders across
accounting, trading, risk management, and IT teams to gather and document
detailed business requirements.
Analyze accounting workflows and identify
opportunities for improvement within the ETRM systems.
ETRM & Endur Implementation:
Serve as the primary liaison for projects
involving Endur enhancements or customizations.
Ensure accounting standards and regulatory
requirements are met in system configurations.
Partner with developers to design and
validate Endur reports, interfaces, and customizations.
 
Process Improvement & Optimization:
Assess current accounting processes in
trading and risk environments and recommend system improvements.
Develop streamlined solutions for trade
capture, valuation, settlement, and accounting reconciliations.
Stakeholder Communication:
Act as a trusted advisor to finance,
trading, and operations teams, translating complex technical details into
actionable insights.
Prepare and present project updates,
roadmaps, and deliverables to senior management.
Testing & Validation:
Develop test cases, execute functional
testing, and support User Acceptance Testing (UAT) for Endur configurations and
integrations.
Ensure accuracy and compliance of financial
reporting generated from the ETRM system.
Documentation & Training:
Create detailed documentation, including
business requirements, functional specifications, and process workflows.
Train end-users on new system
functionalities and processes.
Required Qualifications
 
Educational Background:
Bachelors degree in Accounting, Finance,
Business Administration, or a related field.
A professional certification (e.g., CPA, CMA) is a plus.
 
Experience:
Minimum of 7 years of experience as a Business Analyst, with a focus on accounting and financial systems.
Extensive experience with ETRM systems, particularly OpenLink Endur (configuration, reporting, and accounting modules).
Strong understanding of accounting principles, financial reporting, and reconciliation processes in energy trading environments.

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });