diff --git a/Makefile b/Makefile index 1b6fe86..d7892f6 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,23 @@ test: run-dev: mvn quarkus:dev -.PHONY: promptfoo +.PHONY: run-mcp run-mcp: (cd mcp && mvn quarkus:dev) + +.PHONY: run-mcp-docker +run-mcp-docker: + (cd mcp && \ + mvn -Dquarkus.container-image.group=sample \ + -Dquarkus.container-image.tag=latest \ + quarkus:image-build && \ + docker run --rm -i -p 8090:8090 sample/mcp-time \ + ) + .PHONY: promptfoo promptfoo: - (cd promptfoo && promptfoo eval --watch --output output.yml --no-progress-bar --suggest-prompts 2 --env-file ./.env) + (cd promptfoo && promptfoo eval --watch --output output.yml --no-progress-bar --env-file ./.env) .PHONY: promptfoo-ui promptfoo-ui: diff --git a/catalog/easytrade-starter-portfolio.md b/catalog/easytrade-starter-portfolio.md new file mode 100644 index 0000000..7dfbad0 --- /dev/null +++ b/catalog/easytrade-starter-portfolio.md @@ -0,0 +1,48 @@ +# The "EasyTrade Starter Portfolio™" + +The **EasyTrade Starter Portfolio™** makes investing and stock trading simple and accessible for everyone, especially those just beginning their financial journey. + +## Account Details + +No monthly fees on balances above $100. + +The minimum starting investment is just $25. + +Available to all individuals 18 and older, with no prior investing experience required. + +## How It Works + +With the **EasyTrade Starter Portfolio™**, you'll enjoy a stress-free introduction to investing and trading. Our straightforward platform lets you build wealth through both managed portfolios and individual stock picks, all while learning the basics of financial markets at your own pace. + +## Key Features + +* Simple all-in-one diversified portfolio option +* Individual stock trading with $0 commission +* Fractional shares available - invest with as little as $5 per stock +* Automatic micro-investing rounds up your everyday purchases +* Low 0.25% annual fee on managed portfolios (free for self-directed trading) +* Regular saving boosts with optional weekly or monthly deposits +* User-friendly mobile app with jargon-free explanations +* Real-time market data simplified for beginners +* One-click deposit and withdrawal with no penalties + +## Trading Features + +* Simplified stock search with beginner-friendly company profiles +* "Stock of the Week" educational spotlight +* Basic limit and market orders explained in plain language +* Pre-built watchlists for different industries and interests +* Risk level indicators for all stocks and funds +* Price alerts and notifications customized to your holdings +* Simple tax reporting and gain/loss tracking + +## Beginner Benefits + +* Free "Investing & Trading 101" video course +* Stock simulator to practice before using real money +* Clear goal setting tools with visual tracking +* Community forums to connect with other new investors +* Bite-sized weekly financial tips via text or email +* Human support team available 7 days a week + +The **EasyTrade Starter Portfolio™** — Your First Step to Financial Independence. diff --git a/catalog/elite-money-market-account.odt b/catalog/elite-money-market-account.odt new file mode 100644 index 0000000..9ce6fa5 Binary files /dev/null and b/catalog/elite-money-market-account.odt differ diff --git a/catalog/horizon-financial-brochure.html b/catalog/horizon-financial-brochure.html new file mode 100644 index 0000000..6206a29 --- /dev/null +++ b/catalog/horizon-financial-brochure.html @@ -0,0 +1,194 @@ + + +
+ + +Your Journey to Financial Freedom Starts Here
+At Horizon Financial, we believe everyone deserves a clear path to financial success. Founded in 2015, we've been serving our community with personalized banking solutions that grow with you. Our mission is simple: provide accessible, transparent financial services that help you achieve your dreams.
+Banking Made Simple
+The perfect everyday account with no hidden costs. Enjoy easy, fast and secure banking that fits your lifestyle.
+Ask our representatives about how to get started with this hassle-free account option.
+Start Your Saving Journey
+Ideal for first-time savers and those looking to build their financial foundation with a hassle-free approach to saving.
+Visit a branch to discover how we can help you establish good saving habits.
+Watch Your Money Grow
+Enjoy competitive yields while maintaining access to your funds with our tiered interest rate structure.
+Speak to our team to learn about our rates and how they can benefit your financial goals.
+Secure Your Future
+Tax-advantaged savings designed specifically for retirement planning with maximum flexibility and growth potential.
+Consult with our financial advisors about planning for your retirement with this specialized account.
+Your First Step to Investing
+Makes investing and stock trading simple and accessible for everyone, especially beginners. Build wealth through both managed portfolios and individual stock picks.
+Meet with our investment specialists to explore how to begin your investing journey.
+Access your accounts anytime, anywhere with our secure digital banking solutions that include online banking, mobile app, digital wallet compatibility, and real-time alerts. Our technology puts banking at your fingertips while maintaining the highest security standards.
+Horizon Financial is proud to support local initiatives through financial literacy workshops, community development grants, small business mentorship programs, environmental sustainability projects, and annual scholarship programs.
+Main Branch:
+ 1234 Financial Way
+ Prosperity Heights, ZZ 98765
Phone: (555) 123-4567
+ Email: info@horizonfinancial.example
+ Website: www.horizonfinancial.example
Monday-Friday: 9:00 AM - 5:00 PM
+ Saturday: 9:00 AM - 12:00 PM
+ Sunday: Closed
Customer Service:
+ Available 24/7 at (555) 987-6543
$problem- - +
$problem""", ), ) diff --git a/src/main/resources/META-INF/resources/components/demo-title.js b/src/main/resources/META-INF/resources/components/demo-title.js index 0e436e5..e5731db 100644 --- a/src/main/resources/META-INF/resources/components/demo-title.js +++ b/src/main/resources/META-INF/resources/components/demo-title.js @@ -58,7 +58,7 @@ export class DemoTitle extends LitElement {