Imagine you're packing a suitcase with a weight limit — but instead of one weight per item, every pair of items has a hidden interaction weight (shoes scuff the laptop, shampoo leaks on shirts). Classical suitcase packing is already NP-hard; now add pairwise penalties and the combinatorial space explodes. That's loan portfolio optimization: you're selecting borrowers whose individual default risks are bad enough, but whose correlated defaults can blow up portfolio-level unexpected loss. This paper tries to pack that suitcase using a quantum computer. The committed claim: a Pauli Correlation Encoding (PCE) scheme lets you represent up to 1,500 binary loan-selection variables on far fewer qubits by encoding multiple variables into correlations between qubit pairs rather than individual qubits. The authors formulate loan portfolio optimization as a Quadratic Constrained Binary Optimization (QCBO) problem capturing both expected loss and unexpected loss (including borrower-default correlations), convert it to QUBO form, and solve it with a variational quantum algorithm (VQA). The real dataset is 2,012 microfinance borrowers, and they test subsets of up to 1,000 variables in simulation and 1,500 on actual superconducting hardware. Here's the honest ladder: under matched time budgets, Google OR-Tools produces portfolios with objective values roughly 40% better than the VQA across all tested sizes. That's not a rounding error — it's a categorical gap. The quantum hardware results are within 10% of the quantum simulation results, which proves the encoding survives real noise, but "10% of a value that's already 40% worse" is not an argument for quantum advantage. The paper is careful not to claim advantage; it claims feasibility. That distinction matters. Architecturally, PCE is the load-bearing innovation. Standard qubit encodings (one variable per qubit) would require ~1,500 qubits for the largest instance — well beyond current coherent capacity. PCE exploits Pauli correlation measurements to encode N binary variables in O(√N) qubits, which is how they get 1,500 variables onto hardware at all. The VQA uses parameterized quantum circuits optimized classically in the standard variational loop. The superconducting hardware (not named in the abstract, but implied by "superconducting quantum hardware") handles the circuit execution. Integrity is mixed. The positive: they use a real-world microfinance dataset (2,012 borrowers), not synthetic data, and they benchmark against a credible classical solver (Google OR-Tools) under matched time budgets rather than unlimited classical compute. The gap: there's no pre-registration, no independent replication, and the choice to cap at 1,000 variables for the OR-Tools comparison while running 1,500 on hardware alone raises questions about whether larger classical comparisons were attempted and omitted. The 40% gap is reported honestly, which is itself a signal of integrity — plenty of quantum finance papers would bury that number. The milestone question is where quantum portfolio optimization lives or dies. At 1,500 variables with a 40% objective gap, the method is demonstrably feasible but not competitive. The crossover point — where VQA matches or beats classical solvers on real portfolio metrics — likely requires either dramatically better hardware (lower gate errors, more qubits) or algorithmic improvements to PCE that close the gap without scaling qubit count. A 10,000-variable instance matching OR-Tools within 5% would be the next meaningful milestone, and that's probably 3-5 years out if error correction and PCE both advance. The obvious experiment not run: scaling the OR-Tools comparison to 1,500 variables to match the hardware demonstration. The paper compares quantum vs. classical only up to 1,000 variables, then runs hardware-only at 1,500. The charitable read is that OR-Tools at 1,500 variables under the same time budget would have widened the gap further, making the quantum result look worse. The less charitable read is the same. Either way, the missing apples-to-apples comparison at the largest scale is the hole in the paper.