@@ -112,7 +112,7 @@ Main aggregate price calculated from all contributing publishers
112112
113113- ** Type** : ` optional non-zero i64 ` (mantissa representation)
114114- ** Availability** : Only included if requested in subscription properties
115- - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/how-pyth-works/price-aggregation ) for the current algorithm
115+ - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/core/ how-pyth-works/price-aggregation ) for the current algorithm
116116- ** Invariants** : Non-zero when present (null values filtered out)
117117
118118<Callout type = " warning" >
@@ -146,7 +146,7 @@ Confidence interval representing price uncertainty
146146
147147- ** Type** : ` optional i64 ` (mantissa representation)
148148- ** Availability** : Only included if requested in subscription properties
149- - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/how-pyth-works/price-aggregation ) for the current algorithm
149+ - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/core/ how-pyth-works/price-aggregation ) for the current algorithm
150150- ** Invariants** : Positive when present
151151- ** Usage** : Risk management and price quality assessment
152152
@@ -158,7 +158,7 @@ Highest bid price across all contributing publishers
158158
159159- ** Type** : ` optional non-zero i64 ` (mantissa representation)
160160- ** Availability** : Only included if requested in subscription properties
161- - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/how-pyth-works/price-aggregation ) for the current algorithm
161+ - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/core/ how-pyth-works/price-aggregation ) for the current algorithm
162162- ** Invariants** : Non-zero when present, typically ≤ current price
163163
164164#### Lowest Market Ask - ` best_ask_price `
@@ -167,7 +167,7 @@ Lowest ask price across all contributing publishers
167167
168168- ** Type** : ` optional non-zero i64 ` (mantissa representation)
169169- ** Availability** : Only included if requested in subscription properties
170- - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/how-pyth-works/price-aggregation ) for the current algorithm
170+ - ** Algorithm** : Refer to [ price aggregation] ( ../../price-feeds/core/ how-pyth-works/price-aggregation ) for the current algorithm
171171- ** Invariants** : Non-zero when present, typically ≥ current price
172172
173173### Derivatives Properties (FundingRate Feed Type Only)
0 commit comments