.m-panel{display:none} .m-panel.active{display:block} /* ── Hero card ── */ .m-hero{ background:#1a0800; clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px)); padding:22px 20px 18px;margin-bottom:12px; position:relative;overflow:hidden; animation:m-rise .5s cubic-bezier(0.16,1,0.3,1) both; } .m-hero::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 100% 60% at 0% 50%,rgba(184,0,24,0.1) 0%,transparent 60%);} .m-hero::after{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#b88000,#b80018);} .m-hero-label{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.28em;text-transform:uppercase;color:#6a4030;margin-bottom:8px;} .m-hero-value{font-family:'Cinzel',serif;font-size:34px;font-weight:900;letter-spacing:.04em;color:#b88000;line-height:1;margin-bottom:10px;text-shadow:0 0 20px rgba(154,110,0,0.15);} .m-hero-sub{font-size:12px;color:#4a3f35;display:flex;gap:10px;flex-wrap:wrap;} .m-badge{ font-family:'Share Tech Mono',monospace;font-size:10px;letter-spacing:.1em; padding:3px 10px;border:1px solid; clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,5px 100%,0 calc(100% - 5px)); } .m-badge.pos{color:#2d7a3a;border-color:rgba(45,122,58,0.3);background:rgba(45,122,58,0.06);} .m-badge.neg{color:#b80018;border-color:rgba(184,0,24,0.25);background:rgba(184,0,24,0.06);} .m-badge.neu{color:#9a7860;border-color:rgba(154,110,0,0.2);background:rgba(154,110,0,0.04);} /* ── Stats grid ── */ .m-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;} .m-stat{ background:#ede6de;border:1px solid rgba(154,110,0,0.12); clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px)); padding:14px 16px;animation:m-rise .5s cubic-bezier(0.16,1,0.3,1) both; } .m-stat-label{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:#6a4030;margin-bottom:6px;} .m-stat-value{font-family:'Cinzel',serif;font-size:17px;font-weight:700;letter-spacing:.04em;color:#1a0800;line-height:1.1;} .m-stat-hint{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.1em;color:#9a7860;margin-top:3px;} .m-stat-value.pos{color:#2d7a3a} .m-stat-value.neg{color:#b80018} .m-stat-value.gold{color:#b88000} /* ── Section divider ── */ .m-sec{ display:flex;align-items:center;gap:10px; margin:18px 0 10px; font-family:'Cinzel',serif;font-size:8px;letter-spacing:.28em;text-transform:uppercase;color:#6a4a00; } .m-sec-diamond{width:7px;height:7px;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);flex-shrink:0;} .m-sec-diamond.g{background:#9a6e00;box-shadow:0 0 6px rgba(154,110,0,0.3);} .m-sec-diamond.r{background:#b80018;box-shadow:0 0 6px rgba(184,0,24,0.3);} .m-sec-text{font-family:'Cinzel',serif;font-size:8px;letter-spacing:.28em;text-transform:uppercase;color:#6a4a00;white-space:nowrap;} .m-sec::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,rgba(154,110,0,0.2),transparent);} /* ── Data card ── */ .m-card{ background:#ede6de;border:1px solid rgba(154,110,0,0.12); clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); padding:16px;margin-bottom:12px; } .m-card-eye{ font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.22em; text-transform:uppercase;color:#6a4030;margin-bottom:12px; display:flex;align-items:center;gap:8px; } .m-card-eye::after{content:'';flex:1;height:1px;background:rgba(154,110,0,0.12);} /* ── Account pills ── */ .m-account-pills{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap;} .m-acct-pill{ flex:1;min-width:100px;padding:12px 14px;border:1px solid; clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,7px 100%,0 calc(100% - 7px)); } .m-acct-pill .acct-label{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:4px;} .m-acct-pill .acct-val{font-family:'Cinzel',serif;font-size:15px;font-weight:700;color:#1a0800;} .m-acct-pill .acct-ret{font-family:'Share Tech Mono',monospace;font-size:9px;margin-top:3px;} .m-acct-isa{background:rgba(45,122,58,0.06);border-color:rgba(45,122,58,0.2);} .m-acct-isa .acct-label{color:#2d7a3a;} .m-acct-isa .acct-ret{color:#2d7a3a;} .m-acct-std{background:rgba(154,110,0,0.06);border-color:rgba(154,110,0,0.2);} .m-acct-std .acct-label{color:#9a6e00;} .m-acct-std .acct-ret{color:#9a6e00;} .m-acct-elisa{background:rgba(184,0,24,0.05);border-color:rgba(184,0,24,0.15);} .m-acct-elisa .acct-label{color:#b80018;} .m-acct-elisa .acct-ret{color:#b80018;} /* ── Holding rows ── */ .m-holding{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid rgba(154,110,0,0.1);} .m-holding:last-child{border-bottom:none} .m-holding-left{display:flex;align-items:center;gap:12px;} .m-holding-icon{ width:34px;height:34px;background:#1a0800; clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px)); display:flex;align-items:center;justify-content:center; font-family:'Share Tech Mono',monospace;font-size:7px;letter-spacing:.1em; color:#b88000;flex-shrink:0; } .m-holding-name{font-family:'Cinzel',serif;font-size:11px;font-weight:700;letter-spacing:.06em;color:#1a0800;margin-bottom:2px;} .m-holding-sub{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.1em;color:#9a7860;text-transform:uppercase;} .m-holding-right{text-align:right;} .m-holding-value{font-family:'Cinzel',serif;font-size:12px;font-weight:700;color:#1a0800;letter-spacing:.04em;margin-bottom:2px;} .m-holding-ret{font-family:'Share Tech Mono',monospace;font-size:9px;letter-spacing:.08em;} .m-holding-ret.pos{color:#2d7a3a} .m-holding-ret.neg{color:#b80018} /* ── Pie rows ── */ .m-pie-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(154,110,0,0.1);} .m-pie-row:last-child{border-bottom:none} .m-pie-dot{width:7px;height:7px;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);flex-shrink:0;} .m-pie-name{font-family:'Cinzel',serif;font-size:11px;font-weight:600;letter-spacing:.06em;color:#c8bfa8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .m-pie-bar-wrap{flex:1;height:4px;background:#dfd6cc;border-radius:2px;margin:0 8px;min-width:40px;position:relative;} .m-pie-bar{height:100%;border-radius:2px;} .m-pie-right{text-align:right;flex-shrink:0;} .m-pie-val{font-family:'Share Tech Mono',monospace;font-size:10px;letter-spacing:.06em;color:#6a4030;} .m-pie-pct{font-family:'Share Tech Mono',monospace;font-size:9px;letter-spacing:.06em;margin-top:2px;} .m-pie-pct.pos{color:#2d7a3a} .m-pie-pct.neg{color:#b80018} /* ── Rebal rows ── */ .m-rebal-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(154,110,0,0.1);} .m-rebal-row:last-child{border-bottom:none} .m-rebal-name{font-family:'Cinzel',serif;font-size:11px;font-weight:600;letter-spacing:.06em;color:#c8bfa8;} .m-rebal-right{display:flex;align-items:center;gap:8px;} .m-status-badge{ font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.18em; text-transform:uppercase;padding:3px 8px;border:1px solid; clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px)); } .m-drift{font-family:'Share Tech Mono',monospace;font-size:10px;letter-spacing:.08em;color:#6a4030;min-width:40px;text-align:right;} /* ── Analyst rows ── */ .m-analyst-row{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid rgba(154,110,0,0.1);gap:8px;} .m-analyst-row:last-child{border-bottom:none} .m-analyst-ticker{font-family:'Cinzel',serif;font-size:11px;font-weight:700;color:#9a6e00;letter-spacing:.08em;min-width:48px;} .m-analyst-company{font-family:'Raleway',sans-serif;font-size:11px;font-weight:300;color:#6a4030;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} .m-analyst-right{text-align:right;} .m-analyst-upside{font-family:'Share Tech Mono',monospace;font-size:12px;font-weight:700;} .m-analyst-upside.pos{color:#2d7a3a} .m-analyst-upside.neg{color:#b80018} .m-analyst-rec{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.1em;color:#9a7860;margin-top:2px;} /* ── Chart ── */ .m-chart-wrap{background:#ede6de;border:1px solid rgba(154,110,0,0.12);clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));padding:16px;margin-bottom:12px;} .m-chart-title{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:#6a4030;margin-bottom:12px;display:block;} .m-chart-canvas{position:relative;height:180px;} /* ── Div stat ── */ .m-div-stat{background:#ede6de;border:1px solid rgba(154,110,0,0.12);clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));padding:14px 16px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;} .m-div-label{font-family:'Share Tech Mono',monospace;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#6a4030;} .m-div-value{font-family:'Cinzel',serif;font-size:15px;font-weight:700;color:#2d7a3a;} /* ── History KPIs ── */ .m-hist-kpis{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;} .m-hist-kpi{background:#ede6de;border:1px solid rgba(154,110,0,0.12);clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));padding:12px;} .m-hist-kpi-label{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:#6a4030;margin-bottom:4px;} .m-hist-kpi-val{font-family:'Cinzel',serif;font-size:15px;font-weight:700;letter-spacing:.04em;color:#1a0800;} /* ── Date rows ── */ .m-date-row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid rgba(154,110,0,0.1);align-items:flex-start;} .m-date-row:last-child{border-bottom:none} .m-date-dot{width:7px;height:7px;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);margin-top:3px;flex-shrink:0;} .m-date-label{font-family:'Cinzel',serif;font-size:11px;font-weight:700;letter-spacing:.06em;color:#1a0800;margin-bottom:2px;} .m-date-sub{font-family:'Share Tech Mono',monospace;font-size:8px;letter-spacing:.1em;color:#9a7860;} .m-date-status{font-family:'Share Tech Mono',monospace;font-size:9px;letter-spacing:.1em;margin-left:auto;flex-shrink:0;padding-top:2px;} /* ── Proj rows ── */ .m-proj-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid rgba(154,110,0,0.1);} .m-proj-row:last-child{border-bottom:none} .m-proj-label{font-family:'Cinzel',serif;font-size:11px;font-weight:600;color:#c8bfa8;} .m-proj-vals{display:flex;gap:10px;} .m-proj-val{text-align:center;} .m-proj-yr{font-family:'Share Tech Mono',monospace;font-size:7px;letter-spacing:.15em;text-transform:uppercase;color:#9a7860;display:block;} .m-proj-num{font-family:'Share Tech Mono',monospace;font-size:11px;font-weight:700;color:#2d7a3a;} /* ── Currency bar ── */ .m-ccy{margin-bottom:10px;} .m-ccy-row{display:flex;justify-content:space-between;margin-bottom:4px;} .m-ccy-label{font-family:'Share Tech Mono',monospace;font-size:9px;letter-spacing:.15em;font-weight:700;} .m-ccy-track{height:5px;background:#dfd6cc;border-radius:2px;} .m-ccy-fill{height:100%;border-radius:2px;} } /* OLD MOBILE NAV REMOVED — new Stark Suite mobile nav above */
STARK SUITE // PORTFOLIO // UNIT BL-01
Portfolio Value
£109,845
True Return
£23,792
1-Day Change
+£111
Win Rate
45%
ISA Value
£83,652
Analyst Upside
+£13,773
In the Red
-£1,319
Mark L
PORTFOLIO
// OPERATIONS
SYSTEMS ONLINE
UPDATED: 28 Mar 2026, 22:51
ISA £83,652 (+£15,921) STD £6,448 (-£225) EL ISA £19,744 (-£247)
Total Portfolio
Total Invested
cash deposited
True Return
Win / Loss
In the Red
Currency
Rebalancing
Projections
Growth Scenarios
Key Dates
Top Holdings
Underperformers
Pie Detail
Returns by Pie
Total Analyst Upside
Stock Upside
Trailing 12-Month Income
Dividend Stats
Annual Growth
Dividend by Year
ISA Allowance
Portfolio Value Over Time
Pie Breakdown Over Time
Contributions
Annual Contributions
Intel
Portfolio £109,845
True Return £23,792
1-Day +£111
ISA £83,652
Win Rate 45%
Analyst Upside +£13,773
In Red -£1,319
Portfolio £109,845
True Return £23,792
1-Day +£111
ISA £83,652
Win Rate 45%
Analyst Upside +£13,773
In Red -£1,319
BL // CMD
Stark Suite v1.0
LOADING...
UNIT BL-01 // ACTIVE
Tactical Overview

Portfolio Value

£109,845
Cash invested: £86,052
+£111 vs yesterday (+0.10%)

True Return on Cash

£23,792
+27.65% on actual money in

Total in the Red

-£1,319
50 positions underwater
-£271 vs yesterday

Win / Loss  ·  Holdings

22 / 27
45% win rate across 49 positions

Currency Exposure

Pound£58,523  53.3%
Dollar£50,571  46.0%
CAN Dollar£738  0.7%
Euro£13  0.0%

Account Comparison

ISA Standard EL ISA
Value £83,652 £6,448 £19,744
Invested £67,731 £6,673 £19,991
P/L £15,921 -£225 -£247
Return +23.5% -3.4% -1.2%

ETF Breakdown

Stock Sector Exposure (stocks only, ETFs & Potentials excluded)

Pie Allocation

Pie Returns

Rebalancing Actions
ETFON TRACK
Current: 40.6%Target: 44.5%Drift: -8.8%

Within target range (-8.8%). No action needed.

Healthcare ETFON TRACK
Current: 6.0%Target: 6.0%Drift: -0.8%

Within target range (-0.8%). No action needed.

InvestmentsON TRACK
Current: 10.1%Target: 10.0%Drift: +0.6%

Within target range (+0.6%). No action needed.

Diversification ETFON TRACK
Current: 15.4%Target: 15.0%Drift: +2.5%

Within target range (+2.5%). No action needed.

Diversification StocksON TRACK
Current: 11.4%Target: 11.0%Drift: +3.7%

Within target range (+3.7%). No action needed.

Healthcare StocksON TRACK
Current: 3.2%Target: 3.0%Drift: +6.3%

Within target range (+6.3%). No action needed.

PotentialsON TRACK
Current: 0.6%Target: 0.5%Drift: +9.1%

Within target range (+9.1%). No action needed.

Single InvestmentTRIM
Current: 12.9%Target: 10.0%Drift: +29.1%

Overweight by +29.1%. Consider trimming or pausing new contributions to this pie.

Pie Distribution vs Targets
PieValueTarget %Current %ReturnP/LRelative Drift
ETF£44,55844.5%40.6%+13.3%£5,249
-8.8%
Diversification ETF£16,88615.0%15.4%+3.2%£529
+2.5%
Single Investment£14,17610.0%12.9%+75.0%£6,073
+29.1%
Diversification Stocks£12,53511.0%11.4%+19.0%£2,004
+3.7%
Investments£11,04810.0%10.1%+8.2%£841
+0.6%
Healthcare ETF£6,5376.0%6.0%+5.0%£309
-0.8%
Healthcare Stocks£3,5043.0%3.2%+18.8%£555
+6.3%
Potentials£5990.5%0.6%-15.7%-£111
+9.1%
Dividend Income

Trailing 12-Month Income

£199.51
≈ £16.63/month average

2026 Income To Date

£57.38
103 payments received all time

Portfolio Yield

0.18%
Based on trailing 12m ÷ portfolio value

Annualised Run Rate

£199.51
Trailing 12m annualised

Annual Dividend Growth

TickerNameTotal ReceivedShare of Income
ORealty Income£43.60
22%
METMetLife£34.26
17%
VHYLVanguard FTSE All-World High Dividend Yield (Dist)£20.14
10%
XOMExxon Mobil£15.24
8%
DISWalt Disney£14.92
7%
CATCaterpillar£14.90
7%
PGProcter & Gamble£13.39
7%
NVDANvidia£9.71
5%
MRKMerck & Co£9.54
5%
NEENextEra Energy£9.07
5%
Portfolio Commentary
🛡️ Risk LevelModerate

ETF core is 62% of the portfolio — well-diversified foundation with selective stock exposure.

⚡ NVDA12.9% of portfolio

NVDA slightly above 10% target at £14,176. Monitoring recommended.

📈 OverweightSingle Investment

Single Investment is +29.1% above target. Consider pausing new contributions here.

📈 Top Analyst UpsideMSFT +61.2%

Analysts see 61.2% upside in Microsoft to a target of £443.12.

🎯 Screened Stocks Upside+£13,773

Across 19 screened stocks, analysts see £13,773 additional upside (43.3% from current prices) if targets are met.

🏆 Win Rate45%

22 holdings in profit, 27 in the red across 49 positions.

Key Dates
DateEventDetailCountdown
5 Apr 2026🗓️ ISA Year EndSell Standard LSE ETFs → buy £20k in ISA. NVDA trim to £15k.8d away
1 Jun 2026💰 Q1 CommissionPlanned £10,000 lump sum into ISA from Q1 commission. Deploy per rebalancing plan.65d away
1 Sep 2026💰 Q2 CommissionFirst £1,500 quarterly top-up into ISA (3 months after June commission).157d away
1 Dec 2026💰 Q3 CommissionPlanned £1,500 quarterly top-up into ISA.248d away
5 Apr 2027🗓️ ISA Year End 2027Next annual ISA allowance reset. Bed-and-ISA remaining Standard positions.373d away
Contribution History

Total Deposited

£86,052
Since 18 Nov 2023

Years Investing

2.4
Portfolio growth: £23,792 (+27.6%)

Avg Annual Contribution

£35,855
Across all years

Growth on Contributions

£23,792
Market returns on top of deposits

Annual Contributions (ISA vs Standard)

Portfolio Growth Projection
Scenario 5 Years 10 Years 15 Years
Conservative (8% p.a.)£229,115£396,698£646,371
Moderate (10% p.a.)£250,209£470,070£831,810
Optimistic (12% p.a.)£273,355£558,262£1,075,852
Assumes £250/month regular + one-off £10k (June 2026), then £1,500/quarter from Sep 2026 onwards. Starting from £109,845 current value. Not financial advice.

Projection Chart

Portfolio Value Over Time

Since Inception (2023-12-08)

+£106,399
+3088.4% total growth

1-Day Change

+£111
+0.10%

All-Time Peak

£116,675
2026-03-02

Starting Value

£3,445
2023-12-08

Total Portfolio Value

Pie Breakdown Over Time

Analyst Upside Tracker
TickerCompanyCurrent PriceAnalyst Target Upside %Current P/LUpside to Target AnalystsRating
MSFTMicrosoft£274.91£443.12+61.2%-£325£83153STRONG_BUY
METAMeta Platforms£411.30£647.96+57.5%£63£89260STRONG_BUY
NVDANvidia£128.63£201.48+56.6%£6,073£8,02956STRONG_BUY
DISThe Walt Disney Company£71.17£97.12+36.5%-£73£39828BUY
AMZNAmazon£155.90£210.93+35.3%£123£58663STRONG_BUY
LLYEli Lilly£673.81£908.43+34.8%£95£58329BUY
GOOGLAlphabet£211.02£283.01+34.1%£955£79356STRONG_BUY
ATRLAtkinsRealis Group£88.95£117.60+32.2%-£56£23815BUY
PGProcter & Gamble£106.98£126.20+18.0%-£45£25722BUY
JPMJP Morgan£219.09£256.28+17.0%-£112£22624BUY
AAPLApple£189.97£221.83+16.8%-£53£26141BUY
TSLATesla£279.52£316.45+13.2%£150£19941BUY
ORealty Income£45.27£50.97+12.6%£47£9320HOLD
BRK.BBerkshire Hathaway£357.01£392.87+10.0%-£38£983BUY
MRKMerck & Co£89.34£96.18+7.7%£460£14027BUY
LMTLockheed Martin£471.24£498.98+5.9%£100£5519HOLD
CATCaterpillar£528.22£553.03+4.7%£1,348£15326BUY
NEENextEra Energy£68.48£70.87+3.5%£190£5122BUY
XOMExxon Mobil£124.27£116.28-6.4%£570-£10824BUY
Total (19 stocks) Source: Yahoo Finance (fetched 2026-03-27) +£13,773
Top 20 Holdings
TickerNameSectorValueWeightP/LReturn
VWRPAllworld ETFETF£28,89726.3%£4,118+16.6%
NVDANvidiaSemiconductors£14,17612.9%£6,073+75.0%
VUAGS&P 500 ETFETF£10,2059.3%£1,213+13.5%
VEUADeveloped Europe ETFETF£5,4575.0%-£82-1.5%
IUHCS&P 500 Healthcare ETFETF£4,1683.8%£209+5.3%
CATCaterpillarMachinery & Components£3,2523.0%£1,348+70.8%
VFEGEmerging Markets ETFETF£3,1932.9%£118+3.8%
VHYLAllworld Dividend ETFETF£3,1082.8%£89+2.9%
IUSUS&P 500 Utilities ETFETF£2,5072.3%£57+2.3%
IGLNGold ETFETF£2,4392.2%£173+7.6%
VAGUGlobal Aggregate Bond ETFETF£2,3602.1%-£0-0.0%
GOOGLAlphabetSoftware & IT Services£2,3242.1%£955+69.8%
MRKMerck & CoPharmaceuticals£1,8311.7%£460+33.6%
WHCAWorld Healthcare ETFETF£1,7381.6%£86+5.2%
INFRGlobal Infrastructure ETFETF£1,6911.5%£123+7.8%
XOMExxon MobilOil & Gas£1,6831.5%£570+51.1%
LLYEli LillyPharmaceuticals£1,6731.5%£95+6.0%
AMZNAmazonDiversified Retail£1,6601.5%£123+8.0%
WLDSSmall Cap ETFETF£1,5891.4%-£31-1.9%
AAPLAppleComputers & Phones£1,5561.4%-£53-3.3%
Bottom 10 Holdings (excluding Potentials pie)
TickerNameSectorPieValueP/LReturn
MSFTMicrosoftSoftware & IT ServicesInvestments£1,359-£325-19.3%
JPMJP MorganBanking ServicesDiversification Stocks£1,331-£112-7.8%
ATRLAtkinsRealis GroupConstruction & EngineeringDiversification Stocks£738-£56-7.1%
DISThe Walt Disney CompanyMedia & PublishingInvestments£1,090-£73-6.2%
BRK.BBerkshire HathawayBanking ServicesDiversification Stocks£979-£38-3.7%
AAPLAppleComputers & PhonesInvestments£1,556-£53-3.3%
PGProcter & GambleConsumer DefensiveDiversification Stocks£1,429-£45-3.1%
WLDSSmall Cap ETFETFDiversification ETF£1,589-£31-1.9%
VEUADeveloped Europe ETFETFETF£5,457-£82-1.5%
VAGUGlobal Aggregate Bond ETFETFDiversification ETF£2,360-£0-0.0%
Stark Intel
Portfolio £109,845
True Return £23,792 (+27.6%)
1-Day +£111 (+0.10%)
ISA £83,652
Win Rate 45% (22W / 27L)
Analyst Upside +£13,773 (43.3%)
In Red -£1,319 (50 positions)
Holdings 49 positions
Dividend Yield 0.18%
Unit BL-01 Operational
Portfolio £109,845
True Return £23,792 (+27.6%)
1-Day +£111 (+0.10%)
ISA £83,652
Win Rate 45% (22W / 27L)
Analyst Upside +£13,773 (43.3%)
In Red -£1,319 (50 positions)
Holdings 49 positions
Dividend Yield 0.18%
Unit BL-01 Operational