Students
Tuition Fee
Not Available
Start Date
Not Available
Medium of studying
On campus
Duration
2 years

You've viewed 1/5 programs/universities. You can view up to 5 programs/universities

Create a free account to unlock full content!

By registering, you agree to our Privacy Statement and Terms and Conditions.

Details
Program Details
Degree
Masters
Major
Business Administration | Finance | Management
Area of study
Business and Administration
Education type
On campus
Timing
Part time
Course Language
English
About Program

Program Overview


Program Overview

The FISF Finance MBA is designed for passionate, self-driven young talent and inspires future leaders in finance.


Program Details

  • Program Length: 2 years
  • Format: class on weekends
  • Language: Chinese program
  • Curriculum focus: in-depth finance learning
  • Student Profile: finance-related background ```python
    # Remove calls-to-action, contact details, placeholder text, and external references
    markdown_content = markdown_content.replace("Apply now", "").replace("### Context:", "").replace("### Instructions:", "").replace("### Constraints:", "").replace("### Final Answer in English:", "")

    # Extract program details
    program_details = []
    lines = markdown_content.splitlines()
    for line in lines:
        if line.startswith("●"):
            program_details.append(line.replace("●", "-"))

    # Format the extracted text in markdown
    formatted_text = "## Program Overview\nThe FISF Finance MBA is designed for passionate, self-driven young talent and inspires future leaders in finance.\n\n## Program Details\n"
    for detail in program_details:
        formatted_text += detail + "\n"

    return formatted_text

# Test the function
markdown_content = """
### Context:
The FISF Finance MBA designed for passionate, self-driven young talent,
inspires future leaders in finance.

FMBA PT+

● Program Length: 2 years  
● Format: class on weekends  
● Language: Chinese program  
● Curriculum focus: in-depth finance learning  
● Student Profile: finance-related background

Apply now



### Instructions:
        
- Extract all program details (descriptions, requirements, admission criteria, tuition fees, research areas, etc.) in their entirety.
- Format the extracted text in markdown:
    - Use ## for main sections and ### for subsections.
    - Use - for unordered lists, indenting sublists with two spaces.
- Write in a formal, polished, and engaging tone suitable for publication in a journal or magazine.
- Remove:
    - Calls-to-action (e.g., "Apply Now," "Contact Us").
    - Contact details (emails, phone numbers, websites).
    - Placeholder text (e.g., "Insert requirements here").
    - Navigation elements or user instructions (e.g., "Click here").
    - External links or references (e.g., "More details at [URL]").
- Ensure the output is self-contained, professional, and free of digital-specific language (e.g., "click here").
- If the input contains a 404 Error or is invalid, return only the string "NA" (without quotes or additional formatting).
    

### Constraints:
        
- The input context may be in **different languages**, but you must **always provide the output in English**.
- Do not summarize, omit, or alter program details.
- Do not include external links, calls-to-action, or contact information.
- Avoid digital-specific language or prompts for user interaction.
- Write in a formal, journal-ready tone that is engaging and polished.
- Return only the extracted program information in the specified markdown format.
- If the input is invalid (e.g., 404 Error), return only the string "NA" (without quotes or additional formatting).
    

### Final Answer in English:
"""

print(extract_program_info(markdown_content))
See More