UM

Asset Finance Manager - Logbook and Asset Financing

Full-time Mid Level Nairobi, KE
Posted 1 week, 5 days ago 60 views 0 applications

Job Description

Here's a thinking process: 1. **Analyze User Input:** - User wants me to format a given job description as clean semantic HTML. - Rules are strict: use `

` for paragraphs, `

` for section headers, `
  • ` for lists, no CSS classes/inline styles/
    /
    , preserve ALL original content word-for-word, no rephrasing/summarizing, return ONLY HTML, no markdown fences/explanation/preamble. 2. **Examine the Job Description Text:** The text has several sections: - "Job Summary:" followed by paragraph text - "Job Description:" followed by a list of bullet points (duties/responsibilities) - "Qualifications:" followed by a list of bullet points - "How to Apply:" followed by a paragraph Let me carefully extract and structure it using the specified tags, preserving content word-for-word. Structure mapping: - "Job Summary:" - this is a header, but the content after it is a paragraph. The rule says use `

    ` for section headers like Responsibilities, Qualifications, etc. What about "Job Summary"? It's not explicitly listed, but it's a section header. I'll treat it as an `

    ` since it's a section header, or maybe wrap the summary text in `

    ` after an `

    `. Let me re-read rules: "Use

    for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". "Job Summary" isn't in the example list, but it's clearly a section header. I'll use `

    Job Summary

    ` followed by `

    ` with the summary text. Actually, the rule says "Use

    for introductory paragraphs and general text". The summary is a paragraph. I'll do `

    Job Summary

    ...text...

    `. But wait, the rule also says "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". So I need to include the exact text. Let me parse the text carefully: ``` Job Summary: We are seeking a results-driven and dynamic Relationship Manager to drive sales growth and lead our logbook and asset financing portfolio. The successful candidate will be responsible for achieving sales targets, building and maintaining a high-quality loan book, and ensuring timely collections. This role involves developing and executing effective sales strategies and expanding our market presence. The ideal candidate is a proactive leader with proven experience in logbook or vehicle financing sales, strong analytical and problem-solving skills, and the ability to thrive in a fast-paced, target-driven environment. ``` Actually, looking at the input, "Job Summary:" is followed by text that spans multiple lines. I need to preserve it all. I'll treat "Job Summary" as an `

    `, and then the following text as `

    `. But the text after "Job Summary:" includes multiple sentences. I'll put them all in one `

    ` or split? The rule says "Use

    for introductory paragraphs and general text". I'll keep the summary text as a single `

    ` containing all the sentences as they appear, but I need to preserve word-for-word. Let me look at the exact formatting. The input has: "Job Summary: We are seeking a results-driven and dynamic Relationship Manager to drive sales growth and lead our logbook and asset financing portfolio. The successful candidate will be responsible for achieving sales targets, building and maintaining a high-quality loan book, and ensuring timely collections. This role involves developing and executing effective sales strategies and expanding our market presence. The ideal candidate is a proactive leader with proven experience in logbook or vehicle financing sales, strong analytical and problem-solving skills, and the ability to thrive in a fast-paced, target-driven environment." I'll structure as: `

    Job Summary

    We are seeking a results-driven and dynamic Relationship Manager to drive sales growth and lead our logbook and asset financing portfolio. The successful candidate will be responsible for achieving sales targets, building and maintaining a high-quality loan book, and ensuring timely collections. This role involves developing and executing effective sales strategies and expanding our market presence. The ideal candidate is a proactive leader with proven experience in logbook or vehicle financing sales, strong analytical and problem-solving skills, and the ability to thrive in a fast-paced, target-driven environment.

    ` Next section: "Job Description:" followed by a list of bullet points starting with "-". The rules say use `
    • ` for list items. I need to convert the bullet points to `
    • ` items. The text has "- Sales & Collections: ..." etc. I'll extract the text after each "-", preserving word-for-word, and wrap in `
    • `. Also, "Job Description:" is a header, I'll use `

      Job Description

      `. Then "Qualifications:" followed by bullet points starting with "-". Same treatment. Then "How to Apply:" followed by a paragraph. Let me outline the full HTML structure: ```

      Job Summary

      We are seeking a results-driven and dynamic Relationship Manager to drive sales growth and lead our logbook and asset financing portfolio. The successful candidate will be responsible for achieving sales targets, building and maintaining a high-quality loan book, and ensuring timely collections. This role involves developing and executing effective sales strategies and expanding our market presence. The ideal candidate is a proactive leader with proven experience in logbook or vehicle financing sales, strong analytical and problem-solving skills, and the ability to thrive in a fast-paced, target-driven environment.

      Job Description

      • Sales & Collections: Drive and meet team sales targets. Build and manage a healthy loan portfolio. Ensure full and timely collection. To formulate sales strategies and ensure company targets are met. To map potential customers and generate leads for the organization. Reviewing sales performance on weekly, monthly, quarterly basis; with the aim of meeting or exceeding targets.
      • Recruitment: Identify, recruit, and onboard indirect sales agents to expand the company's Logbook and Asset financing sales network. Provide initial onboarding to ensure agents are equipped with the necessary tools and knowledge to succeed.
      • Supervising Agents: Leading and overseeing the daily activities of the agents, ensuring that all tasks are completed efficiently and to a high standard.
      • Training and Development: Providing training, guidance, and support to the agents to enhance their selling skills and overall performance.
      • Performance Management: Monitoring and evaluating agents performance, providing constructive feedback to the team, and conducting performance reviews.
      • Process Improvement: Identifying opportunities to improve processes and workflows within the Asset Finance department to increase Logbook and Vehicle financing efficiency and effectiveness.
      • Customer Service Excellence: Ensuring that the agents deliver exceptional service to our clients, addressing any issues or concerns promptly and professionally.
      • Reporting and Analysis: Preparing reports on team performance, sales metrics, and other relevant data to inform management decisions.

      Qualifications

      • A Diploma or Bachelor's degree in Business Administration, Management, or a related field. Some positions may consider equivalent experience in lieu of a degree.
      • Proven experience in sales of logbook and vehicle financing facilities, typically 2-5 years, in a similar role.
      • Strong leadership and management skills, including the ability to motivate and guide a team.
      • Excellent communication and interpersonal skills to effectively interact with team members and other stakeholders.
      • Problem-solving and decision-making abilities.
      • Organizational and time-management skills to manage multiple tasks and deadlines.
      • Proficiency in relevant software and tools (e.g., project management software, CRM systems).
      • Ability to work well under pressure and in a fast-paced environment.
      • Adaptability and flexibility to manage change.
      • Strong ethical standards and integrity.

      How to Apply

      Due to the urgency, applications will be reviewed on a rolling basis. Only short-listed candidates will be contacted.

      ``` Check rules: - Use

      for introductory paragraphs and general text ✓ - Use

      for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role) ✓ (I used

      for Job Summary, Job Description, Qualifications, How to Apply - all valid section headers) - Use
      • for list items (duties, requirements, qualifications, skills) ✓ - No CSS classes, no inline styles, no
        s, no
        tags ✓ - Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase ✓ (I'm keeping exact text, just wrapping) - If text has no clear sections, just wrap paragraphs in

        tags ✓ (it has clear sections) - Return ONLY the HTML. No markdown fences, no explanation, no preamble. ✓ One thing: The rule says "Use

        for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". It doesn't explicitly say "Job Summary" or "Job Description" but they are section headers. I think it's fine. I could also just use

        Job Description

        etc. It's reasonable. Another thing: "Preserve ALL original content word-for-word". I need to make sure I didn't accidentally change any text. Let me double-check the bullet points. Original Job Description bullets: "- Sales & Collections: Drive and meet team sales targets. Build and manage a healthy loan portfolio. Ensure full and timely collection. To formulate sales strategies and ensure company targets are met. To map potential customers and generate leads for the organization. Reviewing sales performance on weekly, monthly, quarterly basis; with the aim of meeting or exceeding targets." I have it as one
      • item with the full text. Good. "- Recruitment: Identify, recruit, and onboard indirect sales agents to expand the company's Logbook and Asset financing sales network. Provide initial onboarding to ensure agents are equipped with the necessary tools and knowledge to succeed." I have it. "- Supervising Agents: Leading and overseeing the daily activities of the agents, ensuring that all tasks are completed efficiently and to a high standard." I have it. "- Training and Development: Providing training, guidance, and support to the agents to enhance their selling skills and overall performance." I have it. "- Performance Management: Monitoring and evaluating agents performance, providing constructive feedback to the team, and conducting performance reviews." I have it. "- Process Improvement: Identifying opportunities to improve processes and workflows within the Asset Finance department to increase Logbook and Vehicle financing efficiency and effectiveness." I have it. "- Customer Service Excellence: Ensuring that the agents deliver exceptional service to our clients, addressing any issues or concerns promptly and professionally." I have it. "- Reporting and Analysis: Preparing reports on team performance, sales metrics, and other relevant data to inform management decisions." I have it. Qualifications bullets: "- A Diploma or Bachelor's degree in Business Administration, Management, or a related field. Some positions may consider equivalent experience in lieu of a degree." "- Proven experience in sales of logbook and vehicle financing facilities, typically 2-5 years, in a similar role." "- Strong leadership and management skills, including the ability to motivate and guide a team." "- Excellent communication and interpersonal skills to effectively interact with team members and other stakeholders." "- Problem-solving and decision-making abilities." "- Organizational and time-management skills to manage multiple tasks and deadlines." "- Proficiency in relevant software and tools (e.g., project management software, CRM systems)." "- Ability to work well under pressure and in a fast-paced environment." "- Adaptability and flexibility to manage change." "- Strong ethical standards and integrity." All preserved. Job Summary text preserved. How to Apply preserved. One potential issue: The original text has "Job Summary:" then paragraphs. I'm using

        Job Summary

        . Is "Job Summary" considered a section header per the rules? The rules list examples: "Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role". "Job Summary" isn't listed, but it's a header. I could also just treat the summary text as a

        without an

        , but the rule says "Use

        for section headers (e.g. ...)". It doesn't say "only use these", it gives examples. I think using

        Job Summary

        is fine. Alternatively, I could omit the

        for Job Summary and just put the

        , but then I'd be ignoring a header. I'll keep it. Wait, the rule says: "Use

        for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". It might mean that whenever there's a section header, use

        . The examples are just that—examples of what counts as section headers. So "Job Summary" and "Job Description" should also be

        . I'll proceed. Let me also check if there's any "Category labels that aren't part of the job" - no. "Social sharing text" - no. "Author bylines" - no. All good. One more thing: The rule says "No CSS classes, no inline styles, no
        s, no
        tags". I'm not using any of those. "Return ONLY the HTML. No markdown fences, no explanation, no preamble." I'll output just the HTML. Final check of the HTML output. I'll make sure there are no trailing spaces or missing tags that could be considered markdown. I'll just output the raw HTML. Let me construct it carefully. I'll make sure each line is properly nested and closed. Output: ```html

        Job Summary

        We are seeking a results-driven and dynamic Relationship Manager to drive sales growth and lead our logbook and asset financing portfolio. The successful candidate will be responsible for achieving sales targets, building and maintaining a high-quality loan book, and ensuring timely collections. This role involves developing and executing effective sales strategies and expanding our market presence. The ideal candidate is a proactive leader with proven experience in logbook or vehicle financing sales, strong analytical and problem-solving skills, and the ability to thrive in a fast-paced, target-driven environment.

        Job Description

        • Sales & Collections: Drive and meet team sales targets. Build and manage a healthy loan portfolio. Ensure full and timely collection. To formulate sales strategies and ensure company targets are met. To map potential customers and generate leads for the organization. Reviewing sales performance on weekly, monthly, quarterly basis; with the aim of meeting or exceeding targets.
        • Recruitment: Identify, recruit, and onboard indirect sales agents to expand the company's Logbook and Asset financing sales network. Provide initial onboarding to ensure agents are equipped with the necessary tools and knowledge to succeed.
        • Supervising Agents: Leading and overseeing the daily activities of the agents, ensuring that all tasks are completed efficiently and to a high standard.
        • Training and Development: Providing training, guidance, and support to the agents to enhance their selling skills and overall performance.
        • Performance Management: Monitoring and evaluating agents performance, providing constructive feedback to the team, and conducting performance reviews.
        • Process Improvement: Identifying opportunities to improve processes and workflows within the Asset Finance department to increase Logbook and Vehicle financing efficiency and effectiveness.
        • Customer Service Excellence: Ensuring that the agents deliver exceptional service to our clients, addressing any issues or concerns promptly and professionally.
        • Reporting and Analysis: Preparing reports on team performance, sales metrics, and other relevant data to inform management decisions.

        Qualifications

        • A Diploma or Bachelor's degree in Business Administration, Management, or a related field. Some positions may consider equivalent experience in lieu of a degree.
        • Proven experience in sales of logbook and vehicle financing facilities, typically 2-5 years, in a similar role.
        • Strong leadership and management skills, including the ability to motivate and guide a team.
        • Excellent communication and interpersonal skills to effectively interact with team members and other stakeholders.
        • Problem-solving and decision-making abilities.
        • Organizational and time-management skills to manage multiple tasks and deadlines.
        • Proficiency in relevant software and tools (e.g., project management software, CRM systems).
        • Ability to work well under pressure and in a fast-paced environment.
        • Adaptability and flexibility to manage change.
        • Strong ethical standards and integrity.

        How to Apply

        Due to the urgency, applications will be reviewed on a rolling basis. Only short-listed candidates will be contacted.

        ``` Wait, the rule says "Return ONLY the HTML. No markdown fences, no explanation, no preamble." Usually, that means I shouldn't wrap in ```html ``` markdown fences. I should just output the HTML text directly. I'll output without code fences. Also, check if I should have spaces between tags. It doesn't matter as long as it's valid HTML. I'll output as a continuous string or with line breaks for readability, but since it's "plain-text job description" input, and output should be "ONLY the HTML", I'll output it as plain text HTML, maybe with line breaks. The rule doesn't forbid line breaks, just no markdown fences.

Apply Now ↗

How well do you match?

Get an instant AI match score for this role — free, takes 3 minutes.

Tailor your CV for this role

The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.

Tailor My CV to This Job ✍️

Free cover letter for this job

Upload your CV and get a tailored cover letter in seconds — free, no account needed.

Generate a Cover Letter 📝

Join Our South Africa Channels

Get free job alerts on your phone

MJC
ECHO
Your MJC Assistant

I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.

How was your experience with ECHO?