const {Button,StepItem,Card}=window.VedutaDesignSystem_f6874f; const DISCLAIMER_SHORT='Nothing on this website is an offer to sell, a solicitation of an offer to buy, or a promise or guarantee of any kind. Any ownership opportunity will be made only through its own legal agreement and offering documents, with its own diligence, financial, and legal materials.'; function VNotice({children,dark=false,style}){ return
Important {children}
; } function OwnershipInterestForm(){ const init={firstName:'',lastName:'',email:'',phone:'',city:'',accredited:'',cities:'',budget:'',message:'',acknowledge:false}; const [f,setF]=React.useState(init); const [status,setStatus]=React.useState('idle'); const set=k=>v=>setF(x=>({...x,[k]:v})); const submit=async e=>{ e.preventDefault(); if(!f.acknowledge){setStatus('ack');return;} if(status==='sending')return; setStatus('sending'); const {acknowledge,...rest}=f; const ok=await window.vedutaSubmitForm('ownership-interest',{...rest,acknowledged:'yes',page:window.location.hash}); setStatus(ok?'sent':'error'); }; if(status==='sent')return
Thank you, {f.firstName}.

We've noted your interest and will be in touch at {f.email} when an ownership opportunity is ready to share. Any opportunity will come with its own documents for you and your advisors to review. This is not a commitment on your part or ours.

; return
{status==='ack'&&
Please confirm the acknowledgement above to continue.
}
; } function OwnershipPage({onNavigate}){ const body={margin:0,fontFamily:'var(--font-sans)',fontWeight:300,fontSize:'16.5px',lineHeight:'var(--leading-body)',color:'var(--text-body)'}; const li={fontFamily:'var(--font-sans)',fontWeight:300,fontSize:'15.5px',lineHeight:1.6,color:'var(--text-body)',padding:'12px 2px',borderBottom:'1px solid var(--border-subtle)',display:'flex',gap:'14px',alignItems:'baseline'}; const dot=·; const how=[ ['Ten shares per property','Each Owner property is divided into ten equal ownership interests. You hold one, or more, alongside nine other members.'], ['Twenty-one days a year','Every share carries 21 usage days per year, booked up to six months in advance on the club’s reservation platform. Peak dates are allocated by a rotation set out in the property’s agreement.'], ['Professional management','Housekeeping, maintenance, guest handling, and local compliance are run by a professional manager. Owners are not landlords on call.'], ['Rental when you’re away','Unused nights may be rented to club members and guests. Rental income, if any, is intended to offset the property’s carrying costs. It is not guaranteed and may not cover them.'], ['Shared costs','Taxes, insurance, maintenance, and management fees are shared among owners in proportion to their interests. The fee schedule for each property is set out in its offering documents.'], ['Your interest, your decision','How and when an interest can be sold or transferred is governed by each property’s agreement. Ownership interests are illiquid and should be treated as long-term.'] ]; const pack=['A description of the property, its title, condition, and any inspection reports','The ownership structure and the operating or co-ownership agreement','The full fee schedule and how costs are shared','Financial information and any projections, with the assumptions behind them stated','The management agreement and who the manager is','Usage rules, the reservation rotation, and rental terms','Transfer and exit provisions','Risk factors specific to that property and jurisdiction']; const risks=['Ownership interests are illiquid. There may be no market to sell an interest, and transfers are restricted by the property’s agreement.','Property values can fall as well as rise. There is no assurance of appreciation.','Rental income is not guaranteed. Occupancy, rates, and costs vary, and income may be lower than carrying costs.','Costs, taxes, and regulations can change, and can differ materially between jurisdictions.','Shared use means limits on dates and availability, set by the rotation in the agreement.','Tax treatment depends on your circumstances and the property’s location. Take your own tax advice.','You could lose some or all of the money you put in.']; return
Tier 04 · The Owner

Own a piece of the portfolio

The portfolio’s best properties, held in tenths by members who want a place that’s theirs in a city they return to.

{DISCLAIMER_SHORT} Ownership is available only to accredited investors who meet the financial requirements of the relevant jurisdiction. Read the full notice at the bottom of this page.

The Owner is the fourth tier of Veduta Travel Club, and the only one where you hold something rather than subscribe to it. A small number of the portfolio’s properties are set up for fractional ownership: ten interests per property, each with its own share of use, cost, and any income.

The idea is simple. Instead of renting the same city year after year, you own part of a home there, professionally managed, and book it like a member. When you’re not using it, the club can rent your nights to other members and guests.

It is real property ownership, with real paperwork. Every property is offered separately, with its own legal agreement and its own set of documents for you to examine with your own lawyer, accountant, and financial advisor before you decide anything.

Ten equal ownership interests per property. Per interest, booked up to six months ahead on the club’s reservation platform. Per interest. Indicative only. The price, costs, and terms of each property are set in its own offering documents.
{how.map(([t,d],i)=>{d})}

Ownership interests are available only to accredited investors, as defined by the securities laws that apply to the offering, who also meet the financial parameters set by regulators in the property’s jurisdiction. Before any documents are shared, we verify accredited status and complete identity and anti-money-laundering checks.

Club membership is separate from ownership. Holding an ownership interest does not require, and is not created by, a Veduta membership, and a membership does not give any right to an ownership interest.

    {pack.map(p=>
  • {dot}{p}
  • )}
Projections, if provided, are estimates based on stated assumptions. They are not forecasts of what will happen and are not guarantees. Past performance of any property, market, or the club is not an indication of future results.
Use the form below. It is a conversation starter, not a reservation or a commitment. We confirm accredited status and complete identity checks before sharing any offering materials. You receive the full package for a specific property. Take it to your lawyer, accountant, and financial advisor. Questions go to us and to the professionals involved. Nothing proceeds until you are satisfied. If you decide to proceed, you sign the property’s legal agreement and fund your interest under the terms it sets out. Your usage days open on the reservation platform, and you travel to a place that’s partly yours.
    {risks.map(r=>
  • {dot}{r}
  • )}

No offer. This website, including this page, is for general information only. Nothing on it is an offer to sell or a solicitation of an offer to buy any security, property interest, or investment, in any jurisdiction. Any offer will be made only by means of the definitive legal agreement and offering documents for a specific property, and only to persons eligible to receive them.

No promise or guarantee. Nothing on this website is a promise, guarantee, warranty, or representation about any property, its availability, price, costs, income, value, appreciation, tax treatment, or performance. Descriptions, figures, and examples are illustrative and may change or never materialize. Any figures are indicative only.

Separate documentation for every offering. Each ownership opportunity is a separate legal arrangement with its own due diligence materials, financial information, risk factors, and legal documentation. Those documents, and not this website, govern the rights and obligations of anyone who participates. If anything on this website conflicts with those documents, the documents control.

Eligibility. Participation is limited to accredited investors, as defined by applicable law, who satisfy the financial and regulatory requirements of the relevant jurisdiction. Verification is required before any documents are provided.

Take your own advice. Nothing here is legal, tax, financial, or investment advice. You should rely on your own independent advisors before making any decision.

Expressions of interest. Submitting the form on this page is an expression of interest only. It creates no obligation on you or on Veduta Travel Club, Halcyon Brands, LLC, or their affiliates, and reserves nothing.

; } Object.assign(window,{OwnershipPage,VNotice});