#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button, #element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button-inner {
padding: 0 !important;
margin: 0 !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button {
border-radius: 5px !important;
border: 0px solid !important;
background-image: none !important;
background: none !important;
background-color: #0C3827 !important;
height: auto !important;
line-height: normal !important;
min-height: auto !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button:hover {
border-radius: 5px !important;
border: 0px solid !important;
background-image: none !important;
background: none !important;
background-color: #0C3827 !important;
height: auto !important;
line-height: normal !important;
min-height: auto !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-xl .wsite-button {
padding: 15px 21px !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-lg .wsite-button {
padding: 10px 16px !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-md .wsite-button {
padding: 6px 12px !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-sm .wsite-button {
padding: 5px 10px !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-xs .wsite-button {
padding: 1px 5px !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button-inner {
color: #ffffff !important;
text-transform: none !important;
background: none !important;
border: none !important;
height: auto !important;
line-height: normal !important;
min-height: auto !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button:hover .wsite-button-inner {
color: #ffffff !important;
text-transform: none !important;
background: none !important;
border: none !important;
height: auto !important;
line-height: normal !important;
min-height: auto !important;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button:hover .wsite-button-inner::after, #element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button:hover .wsite-button-inner::before {
content: none;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-xl .wsite-button-inner {
font-size: 24px;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-lg .wsite-button-inner {
font-size: 18px;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-md .wsite-button-inner {
font-size: 14px;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-sm .wsite-button-inner {
font-size: 12px;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .rapidwidgets-btn-xs .wsite-button-inner {
font-size: 10px;
}
#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button > span::before, #element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button .wsite-button-inner::before, #element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button > span::after, #element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d .wsite-button .wsite-button-inner::after {
content: none;
}
function setupElement966618223454239315() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “416108957425693976-1.0.3”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
(function(){
var MyElement = PlatformElement.extend({});
return MyElement;
})();
;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“buttonCorners_each”:[{“buttonCorners_index”:0},{“buttonCorners_index”:1},{“buttonCorners_index”:2},{“buttonCorners_index”:3},{“buttonCorners_index”:4}],”company”:”RapidWidgets.Pro”,”buttonSize”:”lg”,”buttonCorners”:5,”bgColorA”:”#0C3827″,”textColorA”:”#ffffff”,”borderColorA”:null,”borderSizeA”:0,”borderStyleA”:”solid”,”bgColorB”:null,”textColorB”:null,”borderColorB”:null});
_Element.prototype.settings.page_element_id = “966618223454239315”;
_Element.prototype.element_id = “a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d”;
_Element.prototype.user_id = “40859893”;
_Element.prototype.site_id = “748682923609045137”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/uploads/b/marketplace-elements-416108957425693976-1.0.3/assets/”;
new _Element({
el: ‘#element-a6adc7fd-7c75-4d88-bb0c-cc0d99b88c4d’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement966618223454239315();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement966618223454239315, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement966618223454239315();
}
});
}
- Provide Administration Support to a team of Financial Advisors
- Processing and inputting large volumes of New Business Applications onto our CRM Database system
- Management of existing Client Database
- Dealing with Client Queries
- Liaising with Product Providers on a daily basis in relation to client’s policies
- Dealing with the Sales Pipeline
- General administration duties, filing, opening post
- Manage incoming phone calls and emails
The Ideal Candidate
- Previous experience working in an Administrative role, preferably in a Life or Pensions role
- The ability to meet deadlines in a fast moving and demanding environment
- Work well under pressure, with strong attention to detail and be good at multi-tasking.
- Answer all incoming calls in a professional and timely manner
- Computer literate with excellent knowledge of MS Word, Excel & Outlook, use of CRM systems.
- Excellent Communications and Customer Service Skills
- Customer focused and driven
- Team player with attention to details and an ability to work on own initiative
This role provides an ideal opportunity to develop a successful career in the Financial Industry.
Salary:
Salary of €30,000 per annum plus bonuses. (OTE €32k).
Additional pay:
- Quarterly Bonus
- Paid holidays
Benefits:
- Full Training/ Support for QFA exams.
- Company pension & life cover after 2 years
- Company events
- On-site parking
- Sick pay
- Wellness program
- Hybrid home/office schedule once established in the role.
*Driving license required.*
Please note this role is hybrid-based, time is split between office & home. Full-time attendance in the office is required for the first 4-5 weeks for training & induction purposes.
Only applications accompanied with a Cover Letter outlining why you want this specific role will be considered.
#element-68460a1e-40ae-4d93-9dc3-43fa5fcff745 .colored-box-content {
clear: both; float: left; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; background-color: #99b7ad; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; -webkit-border-top-left-radius: 20px; -moz-border-top-left-radius: 20px; border-top-left-radius: 20px; -webkit-border-top-right-radius: 20px; -moz-border-top-right-radius: 20px; border-top-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; } Apply for the Life & Pensions Administrator role below!* Indicates required field
Name *
First Last
Phone Number *
Email *
CV Upload *
Max file size: 20MB
Cover Letter Upload *
Max file size: 20MB
By submitting your details above, you agree to be contacted by Irish Pensions & Finance in relation to services provided, At IPF, we take your data protection seriously and will only use your data as outlined in our privacy statement.
function setupElement143659569419801097() { // Relies on a global require, specific to platform elements if (typeof _W.loadedPlatformDependencies === ‘undefined’) { if (typeof _W.platformElements === ‘undefined’) { if (typeof _W.platformElements[platform_element_id] === ‘undefined’) { if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){ if (dependencies.length === 0){ _W.platformElements[platform_element_id].deferredPromise.done(function(){ initialize: function() { }); return ColoredBox; if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) { var _Element = _ElementDefinition.extend({ _Element.prototype.settings = new PlatformElementSettings({“top_left_radius_each”:[{“top_left_radius_index”:0},{“top_left_radius_index”:1},{“top_left_radius_index”:2},{“top_left_radius_index”:3},{“top_left_radius_index”:4},{“top_left_radius_index”:5},{“top_left_radius_index”:6},{“top_left_radius_index”:7},{“top_left_radius_index”:8},{“top_left_radius_index”:9},{“top_left_radius_index”:10},{“top_left_radius_index”:11},{“top_left_radius_index”:12},{“top_left_radius_index”:13},{“top_left_radius_index”:14},{“top_left_radius_index”:15},{“top_left_radius_index”:16},{“top_left_radius_index”:17},{“top_left_radius_index”:18},{“top_left_radius_index”:19}],”top_right_radius_each”:[{“top_right_radius_index”:0},{“top_right_radius_index”:1},{“top_right_radius_index”:2},{“top_right_radius_index”:3},{“top_right_radius_index”:4},{“top_right_radius_index”:5},{“top_right_radius_index”:6},{“top_right_radius_index”:7},{“top_right_radius_index”:8},{“top_right_radius_index”:9},{“top_right_radius_index”:10},{“top_right_radius_index”:11},{“top_right_radius_index”:12},{“top_right_radius_index”:13},{“top_right_radius_index”:14},{“top_right_radius_index”:15},{“top_right_radius_index”:16},{“top_right_radius_index”:17},{“top_right_radius_index”:18},{“top_right_radius_index”:19}],”bottom_left_radius_each”:[{“bottom_left_radius_index”:0},{“bottom_left_radius_index”:1},{“bottom_left_radius_index”:2},{“bottom_left_radius_index”:3},{“bottom_left_radius_index”:4},{“bottom_left_radius_index”:5},{“bottom_left_radius_index”:6},{“bottom_left_radius_index”:7},{“bottom_left_radius_index”:8},{“bottom_left_radius_index”:9},{“bottom_left_radius_index”:10},{“bottom_left_radius_index”:11},{“bottom_left_radius_index”:12},{“bottom_left_radius_index”:13},{“bottom_left_radius_index”:14},{“bottom_left_radius_index”:15},{“bottom_left_radius_index”:16},{“bottom_left_radius_index”:17},{“bottom_left_radius_index”:18},{“bottom_left_radius_index”:19}],”bottom_right_radius_each”:[{“bottom_right_radius_index”:0},{“bottom_right_radius_index”:1},{“bottom_right_radius_index”:2},{“bottom_right_radius_index”:3},{“bottom_right_radius_index”:4},{“bottom_right_radius_index”:5},{“bottom_right_radius_index”:6},{“bottom_right_radius_index”:7},{“bottom_right_radius_index”:8},{“bottom_right_radius_index”:9},{“bottom_right_radius_index”:10},{“bottom_right_radius_index”:11},{“bottom_right_radius_index”:12},{“bottom_right_radius_index”:13},{“bottom_right_radius_index”:14},{“bottom_right_radius_index”:15},{“bottom_right_radius_index”:16},{“bottom_right_radius_index”:17},{“bottom_right_radius_index”:18},{“bottom_right_radius_index”:19}],”top_padding_each”:[{“top_padding_index”:0},{“top_padding_index”:1},{“top_padding_index”:2},{“top_padding_index”:3},{“top_padding_index”:4},{“top_padding_index”:5},{“top_padding_index”:6},{“top_padding_index”:7},{“top_padding_index”:8},{“top_padding_index”:9},{“top_padding_index”:10},{“top_padding_index”:11},{“top_padding_index”:12},{“top_padding_index”:13},{“top_padding_index”:14},{“top_padding_index”:15},{“top_padding_index”:16},{“top_padding_index”:17},{“top_padding_index”:18},{“top_padding_index”:19}],”bottom_padding_each”:[{“bottom_padding_index”:0},{“bottom_padding_index”:1},{“bottom_padding_index”:2},{“bottom_padding_index”:3},{“bottom_padding_index”:4},{“bottom_padding_index”:5},{“bottom_padding_index”:6},{“bottom_padding_index”:7},{“bottom_padding_index”:8},{“bottom_padding_index”:9},{“bottom_padding_index”:10},{“bottom_padding_index”:11},{“bottom_padding_index”:12},{“bottom_padding_index”:13},{“bottom_padding_index”:14},{“bottom_padding_index”:15},{“bottom_padding_index”:16},{“bottom_padding_index”:17},{“bottom_padding_index”:18},{“bottom_padding_index”:19}],”left_padding_each”:[{“left_padding_index”:0},{“left_padding_index”:1},{“left_padding_index”:2},{“left_padding_index”:3},{“left_padding_index”:4},{“left_padding_index”:5},{“left_padding_index”:6},{“left_padding_index”:7},{“left_padding_index”:8},{“left_padding_index”:9},{“left_padding_index”:10},{“left_padding_index”:11},{“left_padding_index”:12},{“left_padding_index”:13},{“left_padding_index”:14},{“left_padding_index”:15},{“left_padding_index”:16},{“left_padding_index”:17},{“left_padding_index”:18},{“left_padding_index”:19}],”right_padding_each”:[{“right_padding_index”:0},{“right_padding_index”:1},{“right_padding_index”:2},{“right_padding_index”:3},{“right_padding_index”:4},{“right_padding_index”:5},{“right_padding_index”:6},{“right_padding_index”:7},{“right_padding_index”:8},{“right_padding_index”:9},{“right_padding_index”:10},{“right_padding_index”:11},{“right_padding_index”:12},{“right_padding_index”:13},{“right_padding_index”:14},{“right_padding_index”:15},{“right_padding_index”:16},{“right_padding_index”:17},{“right_padding_index”:18},{“right_padding_index”:19}],”background_color”:”#99B7AD”,”opacity”:100,”top_left_radius”:20,”top_right_radius”:20,”bottom_left_radius”:20,”bottom_right_radius”:20,”top_padding”:20,”bottom_padding”:20,”left_padding”:20,”right_padding”:20}); _Element.prototype.element_id = “68460a1e-40ae-4d93-9dc3-43fa5fcff745”; } if (typeof document.documentElement.appReady == ‘undefined’) { if (document.documentElement.appReady || (window.inEditor && window.inEditor())) { |