Earlier quoted context omitted.
Who is liable if the user's brokerage account gets blocked?
It depends on the nature of the activity that got the account blocked - we place limits on the types of legitimate account activity that are likely to get a user blocked (sending too many orders too quickly, sending orders that could be batched as a flood of single orders, etc.), but for fraudulent or otherwise illegal activity, that liability is on the user. When starting a new integration, we schedule a meeting wit…
Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
41–50 of 97 posts
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#42Earlier quoted context omitted.
Different brokerages take different positions on these sorts of integrations - some go after all third-party integrations aggressively (including screen scrapers), while some will turn a blind eye as long as you're not abusing their platform. For a brokerage like Robinhood, we've only seen them take enforcement actions against individuals if they send a high volume of orders in a short timeframe. It's worth noting th…
Haha awesome thanks for your response this seems like a super useful service. Congrats on the launch and good luck! :)
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#43Everyone that can write code just moved over to crypto, where trading is 24/7, the CeFi exchanges have free, standardized APIs and the onchain stuff is super easy to code too.
In TradFi like this, a whole nother decade has gone by and barely anything has changed, the ridiculous barrier of entry is what makes people believe you have to be an investment banking quant just to write a trading algorithm. When its really just the cost of getting direct market access.
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#44Earlier quoted context omitted.
It depends on the nature of the activity that got the account blocked - we place limits on the types of legitimate account activity that are likely to get a user blocked (sending too many orders too quickly, sending orders that could be batched as a flood of single orders, etc.), but for fraudulent or otherwise illegal activity, that liability is on the user. When starting a new integration, we schedule a meeting wit…
For a copy trading app, what compliance problems do you envision using your service? Is the trader being copied liable if the people copying him lose money (generally speaking)?
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#45Earlier quoted context omitted.
It depends on the nature of the activity that got the account blocked - we place limits on the types of legitimate account activity that are likely to get a user blocked (sending too many orders too quickly, sending orders that could be batched as a flood of single orders, etc.), but for fraudulent or otherwise illegal activity, that liability is on the user. When starting a new integration, we schedule a meeting wit…
For a copy trading app, what compliance problems do you envision using your service? Is the trader being copied liable if the people copying him lose money (generally speaking)?
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#46Earlier quoted context omitted.
While we try to form relationships with all of the brokerages we integrate with (including the ones we reverse engineer), we do still have to do the abuse/block dance with their protective systems occasionally. We've found that cutting out headless browsers has made it much easier to do this, for two main reasons: 1) Some brokerages have fairly sophisticated anti-screen-scraping protections, but their private APIs ar…
“I ask my neighbours for some of their apples, but if they don’t give them, I go into their garden at nighttime with a big ladder…”
Maybe the solution is just to have the jam maker give the neighbor a can?
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#47This gave me PTSD on dealing with algorithmic stock market stuff. Glad you are doing it, I feel like this model accumulates tech debt too quickly, you are stuck doing integrations over and over again. Everyone that can write code just moved over to crypto, where trading is 24/7, the CeFi exchanges have free, standardized APIs and the onchain stuff is super easy to code too. In TradFi like this, a whole nother decade…
In the meantime, the technical debt is manageable, but probably only if you're doing this as a full-time job - in my experience, trying to build an investing app and the integrations that power it at the same time is a losing battle.
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#48- Multi-legged options trading
- Portfolio Margining (and SPAN) system
- Cross asset and cross portfolio margin management, inherited by Portfolio Margining regulations
most API trading services don't allow access to options contracts, or if they do (such as Tradier), they only have the inferior plebeian Reg-T margin which barely makes any sense. Although most of retail doesn't know the difference so its probably fine for your service.
PM and SPAN margining are similar, but I think PM is easier to calculate one way: just take Reg-T margin requirements and calculate the loss in a +/-15% move (6% for indices), and make that loss the margin requirement. Reg-T margin assumes something closer to a +/-100% move in the underlying asset, which winds up taking up too much capital.
Re: Launch HN: Realize (YC W22) – Integrate brokerage accounts into your site or app
#49First off, congrats! The problem I always run into with existing offerings, which as you mention all go through Plaid or Yodlee, is that there is never enough transaction history available for what I need. Typically, its only 3 months' worth at most.