
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s tech blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, distributed training, and data engineering.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Sat, 13 Jun 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/trading/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/finance/2026-06-13-trading-back-office-settlement-systems.en</guid>
    <title>Trading Back Office and Settlement Systems — The Data Journey Across Front, Middle, and Back</title>
    <link>https://www.youngju.dev/blog/finance/2026-06-13-trading-back-office-settlement-systems.en</link>
    <description>Follow a single trade through its full data journey from order to execution, clearing, and settlement. We map FO/MO/BO systems, position and PnL management, confirmation and reconciliation, DVP settlement, Korean market infrastructure including KSD and BOK-Wire, SWIFT message flows, and reconciliation batch design from a practitioner viewpoint.</description>
    <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>back-office</category><category>settlement</category><category>trading</category><category>capital-markets</category><category>reconciliation</category><category>finance</category><category>swift</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/finance/2026-06-13-trading-back-office-settlement-systems.ja</guid>
    <title>トレーディングバックオフィスと決済システム — Front/Middle/Backを巡るデータの旅</title>
    <link>https://www.youngju.dev/blog/finance/2026-06-13-trading-back-office-settlement-systems.ja</link>
    <description>注文から約定、清算、決済まで、1件のトレードが通過するデータの旅路全体をたどります。FO/MO/BOのシステムマップ、ポジションと損益管理、コンファメーションと照合、DVP決済、韓国預託決済院とBOK-Wire、SWIFTメッセージフロー、整合性照合バッチの設計まで実務の視点で整理します。</description>
    <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>back-office</category><category>settlement</category><category>trading</category><category>capital-markets</category><category>reconciliation</category><category>finance</category><category>swift</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/finance/2026-06-13-trading-back-office-settlement-systems</guid>
    <title>트레이딩 백오피스와 결제 시스템 — Front/Middle/Back의 데이터 여정</title>
    <link>https://www.youngju.dev/blog/finance/2026-06-13-trading-back-office-settlement-systems</link>
    <description>주문에서 체결, 청산, 결제까지 트레이드 한 건이 지나가는 전체 데이터 여정을 따라갑니다. FO/MO/BO 시스템 맵, 포지션과 손익 관리, 확인·대사, DVP 결제, 한국예탁결제원과 BOK-Wire, SWIFT 메시지 흐름, 정합성 대사 배치 설계까지 실무 관점으로 정리합니다.</description>
    <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>back-office</category><category>settlement</category><category>trading</category><category>capital-markets</category><category>reconciliation</category><category>finance</category><category>swift</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-06-13-low-latency-trading-kernel-tuning.en</guid>
    <title>Kernel Tuning for Low-Latency Trading Systems — The War Against Microseconds</title>
    <link>https://www.youngju.dev/blog/linux/2026-06-13-low-latency-trading-kernel-tuning.en</link>
    <description>How to tune the Linux kernel in domains like HFT and market making where microseconds decide profit and loss. Covers CPU isolation recipes, NUMA alignment, the kernel-bypass spectrum, C-state pinning, PTP time synchronization, and tail-latency measurement methodology with hands-on examples.</description>
    <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>linux</category><category>kernel</category><category>low-latency</category><category>trading</category><category>performance</category><category>networking</category><category>numa</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-06-13-low-latency-trading-kernel-tuning.ja</guid>
    <title>低レイテンシ取引システムのためのカーネルチューニング — マイクロ秒との戦争</title>
    <link>https://www.youngju.dev/blog/linux/2026-06-13-low-latency-trading-kernel-tuning.ja</link>
    <description>HFTやマーケットメイキングのようにマイクロ秒が損益を分けるドメインで、Linuxカーネルをどうチューニングするかを整理します。CPU分離のレシピ、NUMAアライメント、カーネルバイパスのスペクトラム、C-state固定、PTP時刻同期、テールレイテンシ測定方法論まで、実践的に解説します。</description>
    <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>linux</category><category>kernel</category><category>low-latency</category><category>trading</category><category>performance</category><category>networking</category><category>numa</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/linux/2026-06-13-low-latency-trading-kernel-tuning</guid>
    <title>저지연 트레이딩 시스템을 위한 커널 튜닝 — 마이크로초와의 전쟁</title>
    <link>https://www.youngju.dev/blog/linux/2026-06-13-low-latency-trading-kernel-tuning</link>
    <description>HFT와 마켓메이킹처럼 마이크로초가 손익을 가르는 도메인에서 리눅스 커널을 어떻게 튜닝하는지 정리합니다. CPU 격리, NUMA 정렬, 커널 바이패스 스펙트럼, C-state 고정, PTP 시간 동기화, 그리고 꼬리지연 측정 방법론까지 실전 레시피 중심으로 다룹니다.</description>
    <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>linux</category><category>kernel</category><category>low-latency</category><category>trading</category><category>performance</category><category>networking</category><category>numa</category>
  </item>

    </channel>
  </rss>
